#668211

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

Shades of Olive Drab #668211

Tints of Olive Drab #668211

Color information

#668211 (or 0x668211) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 11. RGB value is (102,130,17). Sum of RGB (Red+Green+Blue) = 102+130+17=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #668211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668211 is #997DEE. Grayscale: #6D6D6D. Windows color (decimal): -10059247 or 1147494. OLE color: 1147494.

HSL color Cylindrical-coordinate representation of color #668211: hue angle of 74.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #668211 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB10213017-
CMYK0.2200.870.49
HSL74.87º76.87%28.82%-
HSV(B)74.87º86.92%50.98%-
XYZ13.5618.833.45-
YUV108.7576.22123.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=40.96%
G=52.21%
B=6.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130170.2200.870.4974.8776.8728.82
Hex66821116057314b4d1d
Octal146202212601276111311535
Binary1100110100000101000110110010101111100011001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668211; }

 p { color: rgb(102,130,17); }

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

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

 a { background-color: rgb(102,130,17); }

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

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

 span { border-color: rgb(102,130,17); }

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