#66890F

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

Shades of Olive Drab #66890F

Tints of Olive Drab #66890F

Color information

#66890F (or 0x66890F) is unknown color: approx Olive Drab. HEX triplet: 66, 89 and 0F. RGB value is (102,137,15). Sum of RGB (Red+Green+Blue) = 102+137+15=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #66890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66890F is #9976F0. Grayscale: #717171. Windows color (decimal): -10057457 or 1018214. OLE color: 1018214.

HSL color Cylindrical-coordinate representation of color #66890F: hue angle of 77.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66890F is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB10213715-
CMYK0.2600.890.46
HSL77.21º80.26%29.8%-
HSV(B)77.21º89.05%53.73%-
XYZ14.5120.753.69-
YUV112.6372.9120.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=40.16%
G=53.94%
B=5.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137150.2600.890.4677.2180.2629.8
Hex6689F1A0592E4d501e
Octal146211173201315611512036
Binary110011010001001111111010010110011011101001101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66890F; }

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

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

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

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

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

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

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

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