Html Css Color HEX #6B9006 Olive Drab

📋 copy color: '#6B9006'

red 107 ◦ green 144 ◦ blue 6

#6B9006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6B9006

Tints of Olive Drab #6B9006

RGB

 RED value IS 107 (42.19% from 255) = 41.63%

 GREEN value IS 144 (56.64% from 255) = 56.03%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 41.63%
G = 56.03%
B = 2.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B9006 (or 0x6B9006) is known color: Olive Drab. HEX triplet: 6B, 90 and 06. RGB value is (107,144,6). Sum of RGB (Red+Green+Blue) = 107+144+6=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9006 is #946FF9. Grayscale: #757575. Windows color (decimal): -9727994 or 430187. OLE color: 430187.

HSL color Cylindrical-coordinate representation of color #6B9006: hue angle of 76.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B9006 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 6 -
CMYK 0.26 0 0.96 0.44
HSL 76.09º 0.92% 0.29% -
HSV(B) 76.09º 0.96% 0.56% -
XYZ 16.07 23.09 3.78 -
YUV 117.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 107 144 6 0.26 0 0.96 0.44 76.09 0.92 0.29
Hex 6B 90 6 1A 0 60 2C 4C 5C 1D
Octal 153 220 6 32 0 140 54 114 134 35
Binary 1101011 10010000 110 11010 0 1100000 101100 1001100 1011100 11101

Color Harmonies of #6B9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9006

Black with #6B9006

Text Example


Text Example

White with #6B9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9006; }

 p { color: rgb(107,144,6); }

 H1.HeaderClassName
 {
   color: #6B9006;
 }
 .AnyTagClassName
 {
   color: #6B9006;
 }
</style>

background-color css

<style>
 a { background-color: #6B9006; }

 a { background-color: rgb(107,144,6); }

 div.DivClassName
 {
   background-color: #6B9006;
 }
 .BgClassName
 {
   background-color: #6B9006;
 }
</style>

border-color css

<style>
 span { border-color: #6B9006; }

 span { border-color: rgb(107,144,6); }

 td.TdClassName
 {
   border-color: #6B9006;
 }
 .TagClassName
 {
   border-color: #6B9006;
 }
</style>