#66911E

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

Shades of Olive Drab #66911E

Tints of Olive Drab #66911E

Color information

#66911E (or 0x66911E) is unknown color: approx Olive Drab. HEX triplet: 66, 91 and 1E. RGB value is (102,145,30). Sum of RGB (Red+Green+Blue) = 102+145+30=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #66911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66911E is #996EE1. Grayscale: #777777. Windows color (decimal): -10055394 or 2003302. OLE color: 2003302.

HSL color Cylindrical-coordinate representation of color #66911E: hue angle of 82.43º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66911E is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB10214530-
CMYK0.3000.790.43
HSL82.43º65.71%34.31%-
HSV(B)82.43º79.31%56.86%-
XYZ15.8423.174.87-
YUV119.0377.75115.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=36.82%
G=52.35%
B=10.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145300.3000.790.4382.4365.7134.31
Hex66911E1E04F2B524222
Octal146221363601175312210242
Binary11001101001000111110111100100111110101110100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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