#66811E

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

Shades of Olive Drab #66811E

Tints of Olive Drab #66811E

Color information

#66811E (or 0x66811E) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 1E. RGB value is (102,129,30). Sum of RGB (Red+Green+Blue) = 102+129+30=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #66811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66811E is #997EE1. Grayscale: #6E6E6E. Windows color (decimal): -10059490 or 1999206. OLE color: 1999206.

HSL color Cylindrical-coordinate representation of color #66811E: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66811E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB10212930-
CMYK0.2100.770.49
HSL76.36º62.26%31.18%-
HSV(B)76.36º76.74%50.59%-
XYZ13.5618.624.11-
YUV109.6483.05122.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=39.08%
G=49.43%
B=11.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129300.2100.770.4976.3662.2631.18
Hex66811E1504D314c3e1f
Octal14620136250115611147637
Binary110011010000001111101010101001101110001100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66811E; }

 p { color: rgb(102,129,30); }

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

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

 a { background-color: rgb(102,129,30); }

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

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

 span { border-color: rgb(102,129,30); }

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