Shades of Olive Drab #668229
Tints of Olive Drab #668229
RGB
CMYK
RGB Variations
Color information
#668229 (or 0x668229) is known color: 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
| RGB | 102 | 130 | 41 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.49 |
| HSL | 78.88º | 0.52% | 0.34% | - |
| HSV(B) | 78.88º | 0.68% | 0.51% | - |
| XYZ | 13.86 | 18.95 | 5.02 | - |
| YUV | 111.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 41 | 0.22 | 0 | 0.68 | 0.49 | 78.88 | 0.52 | 0.34 |
| Hex | 66 | 82 | 29 | 16 | 0 | 44 | 31 | 4F | 34 | 22 |
| Octal | 146 | 202 | 51 | 26 | 0 | 104 | 61 | 117 | 64 | 42 |
| Binary | 1100110 | 10000010 | 101001 | 10110 | 0 | 1000100 | 110001 | 1001111 | 110100 | 100010 |
Color Harmonies of #668229
Complementary color
Monochromatic Colors of #668229
Black with #668229
Text Example
Text Example
White with #668229
Text Example
Text Example
HTML Codes & Css Web 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>