#668916

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

Shades of Olive Drab #668916

Tints of Olive Drab #668916

Color information

#668916 (or 0x668916) is unknown color: approx Olive Drab. HEX triplet: 66, 89 and 16. RGB value is (102,137,22). Sum of RGB (Red+Green+Blue) = 102+137+22=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #668916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668916 is #9976E9. Grayscale: #717171. Windows color (decimal): -10057450 or 1476966. OLE color: 1476966.

HSL color Cylindrical-coordinate representation of color #668916: hue angle of 78.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #668916 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB10213722-
CMYK0.2600.840.46
HSL78.26º72.33%31.18%-
HSV(B)78.26º83.94%53.73%-
XYZ14.5720.774-
YUV113.4276.4119.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 137 (53.91% from 255) = 52.49%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=39.08%
G=52.49%
B=8.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137220.2600.840.4678.2672.3331.18
Hex6689161A0542E4e481f
Octal146211263201245611611037
Binary1100110100010011011011010010101001011101001110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668916; }

 p { color: rgb(102,137,22); }

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

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

 a { background-color: rgb(102,137,22); }

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

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

 span { border-color: rgb(102,137,22); }

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