COLOR #6B9000

HEX: #6B9000
RGB: (107,144,0)

Renk bilgisi

#6B9000 contains only red and green colors. #6B9000 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#6B9000 color RGB value is (107,144,0).

  • kırmız ton 107;
  • yeşil ton 144;
  • mavi ton 0.
RGB:
(107,144,0)
(42%,56%,0%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 144 of 255 = 56%
B 0 of 255 = 0%

107
144
0

R + G + B ~ 33%. #6B9000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 144 + 0 = 251 (100%)
R 107 of 251 ~ 42.63%
G 144 of 251 ~ 57.37%
B 0 of 251 ~ 0%

%42.63
%57.37

CMYK RENK MODELİ

#6B9000 rengi CMYK tonu (26,0,100,44).

  • camgöbeği tonu 25.69%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 43.53%
CMYK:
(26,0,100,44)
C26M0Y100K44 
(26%,0%,100%,44%)
(0.26/0.00/1.00/0.44)	

CMYK yüzdeleri

%25.69
%0
%100
%43.53

Codes

Color #6B9000 in popluar color models

6B9000
RGB1071440
HSL75°100.00%28.24%
HSB/HSV75°100.00%56.47%
CMYK25.69%0.00%100.00%
43.53%

Color #6B9000 in popluar number systems.

HEX6B9000
Decimal1071440
Binary1101011100100000
Octal1532200

Shades and tints

Shades of #6B9000

#6B9000
(107,144,0)
#628300
(98,131,0)
#597600
(89,118,0)
#506900
(80,105,0)
#475C00
(71,92,0)
#3E4F00
(62,79,0)
#354200
(53,66,0)
#2C3500
(44,53,0)
#232800
(35,40,0)
#1A1B00
(26,27,0)
#110E00
(17,14,0)
#000000
(0,0,0)

Tints of #6B9000

#6B9000
(107,144,0)
#789A17
(120,154,23)
#85A42E
(133,164,46)
#92AE45
(146,174,69)
#9FB85C
(159,184,92)
#ACC273
(172,194,115)
#B9CC8A
(185,204,138)
#C6D6A1
(198,214,161)
#D3E0B8
(211,224,184)
#E0EACF
(224,234,207)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9000 color. Also use rgb(107,144,0) instead hex code.

Text Font Color

.myTextColor { color: #6B9000; }

<p style="color:#6B9000">This sample text font color is #6B9000.</p>

This text font color is #6B9000.


Background Color

.myBgColor { background-color: #6B9000; }

<div style="background-color:#6B9000">Inner text</div>

This div background color is #6B9000.


Border color

.myBorderColor { border: 1px solid #6B9000; }

<div style="border:3px solid #6B9000">Div</div>

This div border color is #6B9000.


Opacity

.myOpacity80 { color: #6B9000; opacity: 0.8; }

<p style="color:#6B9000;opacity:0.8;">80%</p>

Text with #6B9000 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6B9000;}

<p style="text-shadow: 3px 3px 1px #6B9000">Text here.</p>

This text has shadow with #6B9000 color.

.textShadow {text-shadow: 3px 3px 1px #6B9000, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B9000, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B9000 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B9000, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B9000, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B9000 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B9000;
  -webkit-box-shadow:	1px 1px 3px 2px #6B9000;
  box-shadow:		1px 1px 3px 2px #6B9000;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B9000;
-webkit-box-shadow: 1px 1px 3px 2px #6B9000;
box-shadow:1px 1px 3px 2px #6B9000;">
Div content here</div>
This div box has shadow with color #6B9000.

Preview

Color preview on black background

This text has color #6B9000 on black background.


Color preview on white background

This text has color #6B9000 on white background.



Black color preview on #6B9000 background

This text has black color on #6B9000 background.


White color preview on #6B9000 background

This text has white color on #6B9000 background.