Shades of Olive Drab #669116
Tints of Olive Drab #669116
RGB
CMYK
RGB Variations
Color information
#669116 (or 0x669116) is known color: Olive Drab. HEX triplet: 66, 91 and 16. RGB value is (102,145,22). Sum of RGB (Red+Green+Blue) = 102+145+22=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #669116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669116 is #996EE9. Grayscale: #767676. Windows color (decimal): -10055402 or 1479014. OLE color: 1479014.
HSL color Cylindrical-coordinate representation of color #669116: hue angle of 80.98º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669116 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 22 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.43 |
| HSL | 80.98º | 0.74% | 0.33% | - |
| HSV(B) | 80.98º | 0.85% | 0.57% | - |
| XYZ | 15.75 | 23.13 | 4.39 | - |
| YUV | 118.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 22 | 0.30 | 0 | 0.85 | 0.43 | 80.98 | 0.74 | 0.33 |
| Hex | 66 | 91 | 16 | 1E | 0 | 55 | 2B | 51 | 4A | 21 |
| Octal | 146 | 221 | 26 | 36 | 0 | 125 | 53 | 121 | 112 | 41 |
| Binary | 1100110 | 10010001 | 10110 | 11110 | 0 | 1010101 | 101011 | 1010001 | 1001010 | 100001 |
Color Harmonies of #669116
Complementary color
Monochromatic Colors of #669116
Black with #669116
Text Example
Text Example
White with #669116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669116; }
p { color: rgb(102,145,22); }
H1.HeaderClassName
{
color: #669116;
}
.AnyTagClassName
{
color: #669116;
}
</style>
background-color css
<style>
a { background-color: #669116; }
a { background-color: rgb(102,145,22); }
div.DivClassName
{
background-color: #669116;
}
.BgClassName
{
background-color: #669116;
}
</style>
border-color css
<style>
span { border-color: #669116; }
span { border-color: rgb(102,145,22); }
td.TdClassName
{
border-color: #669116;
}
.TagClassName
{
border-color: #669116;
}
</style>