Shades of Olive Drab #669211
Tints of Olive Drab #669211
RGB
CMYK
RGB Variations
Color information
#669211 (or 0x669211) is known color: Olive Drab. HEX triplet: 66, 92 and 11. RGB value is (102,146,17). Sum of RGB (Red+Green+Blue) = 102+146+17=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #669211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669211 is #996DEE. Grayscale: #767676. Windows color (decimal): -10055151 or 1151590. OLE color: 1151590.
HSL color Cylindrical-coordinate representation of color #669211: hue angle of 80.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669211 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 17 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.43 |
| HSL | 80.47º | 0.79% | 0.32% | - |
| HSV(B) | 80.47º | 0.88% | 0.57% | - |
| XYZ | 15.86 | 23.42 | 4.22 | - |
| YUV | 118.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 17 | 0.30 | 0 | 0.88 | 0.43 | 80.47 | 0.79 | 0.32 |
| Hex | 66 | 92 | 11 | 1E | 0 | 58 | 2B | 50 | 4F | 20 |
| Octal | 146 | 222 | 21 | 36 | 0 | 130 | 53 | 120 | 117 | 40 |
| Binary | 1100110 | 10010010 | 10001 | 11110 | 0 | 1011000 | 101011 | 1010000 | 1001111 | 100000 |
Color Harmonies of #669211
Complementary color
Monochromatic Colors of #669211
Black with #669211
Text Example
Text Example
White with #669211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669211; }
p { color: rgb(102,146,17); }
H1.HeaderClassName
{
color: #669211;
}
.AnyTagClassName
{
color: #669211;
}
</style>
background-color css
<style>
a { background-color: #669211; }
a { background-color: rgb(102,146,17); }
div.DivClassName
{
background-color: #669211;
}
.BgClassName
{
background-color: #669211;
}
</style>
border-color css
<style>
span { border-color: #669211; }
span { border-color: rgb(102,146,17); }
td.TdClassName
{
border-color: #669211;
}
.TagClassName
{
border-color: #669211;
}
</style>