#668716

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

Shades of Olive Drab #668716

Tints of Olive Drab #668716

Color information

#668716 (or 0x668716) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 16. RGB value is (102,135,22). Sum of RGB (Red+Green+Blue) = 102+135+22=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #668716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668716 is #9978E9. Grayscale: #707070. Windows color (decimal): -10057962 or 1476454. OLE color: 1476454.

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

Color convert

RGB10213522-
CMYK0.2400.840.47
HSL77.52º71.97%30.78%-
HSV(B)77.52º83.7%52.94%-
XYZ14.2920.213.91-
YUV112.2577.07120.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=39.38%
G=52.12%
B=8.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135220.2400.840.4777.5271.9730.78
Hex668716180542F4e481f
Octal146207263001245711611037
Binary1100110100001111011011000010101001011111001110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668716; }

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

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

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

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

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

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

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

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