#66811D

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

Shades of Olive Drab #66811D

Tints of Olive Drab #66811D

Color information

#66811D (or 0x66811D) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 1D. RGB value is (102,129,29). Sum of RGB (Red+Green+Blue) = 102+129+29=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #66811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66811D is #997EE2. Grayscale: #6D6D6D. Windows color (decimal): -10059491 or 1933670. OLE color: 1933670.

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

Color convert

RGB10212929-
CMYK0.2100.780.49
HSL76.2º63.29%30.98%-
HSV(B)76.2º77.52%50.59%-
XYZ13.5518.614.04-
YUV109.5382.55122.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=39.23%
G=49.62%
B=11.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129290.2100.780.4976.263.2930.98
Hex66811D1504E314c3f1f
Octal14620135250116611147737
Binary110011010000001111011010101001110110001100110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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