#6C9606

Color #6C9606 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6C9606

Tints of Olive Drab #6C9606

Color information

#6C9606 (or 0x6C9606) is unknown color: approx Olive Drab. HEX triplet: 6C, 96 and 06. RGB value is (108,150,6). Sum of RGB (Red+Green+Blue) = 108+150+6=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9606 is #9369F9. Grayscale: #797979. Windows color (decimal): -9660922 or 431724. OLE color: 431724.

HSL color Cylindrical-coordinate representation of color #6C9606: hue angle of 77.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C9606 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1081506-
CMYK0.2800.960.41
HSL77.5º92.31%30.59%-
HSV(B)77.5º96%58.82%-
XYZ17.1225.014.1-
YUV121.0363.09118.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 150 (58.98% from 255) = 56.82%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=40.91%
G=56.82%
B=2.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10815060.2800.960.4177.592.3130.59
Hex6C9661C060294e5c1f
Octal15422663401405111613437
Binary11011001001011011011100011000001010011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,150,6); }

 H1.HeaderClassName
 {
   color: #6C9606;
 }
 .AnyTagClassName
 {
   color: #6C9606;
 }
</style>
background-color css

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

 a { background-color: rgb(108,150,6); }

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

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

 span { border-color: rgb(108,150,6); }

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