#668229

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

Shades of Olive Drab #668229

Tints of Olive Drab #668229

Color information

#668229 (or 0x668229) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 29. RGB value is (102,130,41). Sum of RGB (Red+Green+Blue) = 102+130+41=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #668229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668229 is #997DD6. Grayscale: #6F6F6F. Windows color (decimal): -10059223 or 2720358. OLE color: 2720358.

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

Color convert

RGB10213041-
CMYK0.2200.680.49
HSL78.88º52.05%33.53%-
HSV(B)78.88º68.46%50.98%-
XYZ13.8618.955.02-
YUV111.4888.22121.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=37.36%
G=47.62%
B=15.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130410.2200.680.4978.8852.0533.53
Hex66822916044314f3422
Octal14620251260104611176442
Binary11001101000001010100110110010001001100011001111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668229; }

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

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

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

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

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

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

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

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