#66840F

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

Shades of Olive Drab #66840F

Tints of Olive Drab #66840F

Color information

#66840F (or 0x66840F) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 0F. RGB value is (102,132,15). Sum of RGB (Red+Green+Blue) = 102+132+15=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #66840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66840F is #997BF0. Grayscale: #6E6E6E. Windows color (decimal): -10058737 or 1016934. OLE color: 1016934.

HSL color Cylindrical-coordinate representation of color #66840F: hue angle of 75.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66840F is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB10213215-
CMYK0.2300.890.48
HSL75.38º79.59%28.82%-
HSV(B)75.38º88.64%51.76%-
XYZ13.8219.363.46-
YUV109.6974.56122.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=40.96%
G=53.01%
B=6.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132150.2300.890.4875.3879.5928.82
Hex6684F17059304b501d
Octal146204172701316011312035
Binary110011010000100111110111010110011100001001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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