Shades of Olive Drab #669016
Tints of Olive Drab #669016
RGB
CMYK
RGB Variations
Color information
#669016 (or 0x669016) is known color: Olive Drab. HEX triplet: 66, 90 and 16. RGB value is (102,144,22). Sum of RGB (Red+Green+Blue) = 102+144+22=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #669016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669016 is #996FE9. Grayscale: #757575. Windows color (decimal): -10055658 or 1478758. OLE color: 1478758.
HSL color Cylindrical-coordinate representation of color #669016: hue angle of 80.66º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669016 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 22 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.44 |
| HSL | 80.66º | 0.73% | 0.33% | - |
| HSV(B) | 80.66º | 0.85% | 0.56% | - |
| XYZ | 15.6 | 22.83 | 4.34 | - |
| YUV | 117.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 22 | 0.29 | 0 | 0.85 | 0.44 | 80.66 | 0.73 | 0.33 |
| Hex | 66 | 90 | 16 | 1D | 0 | 55 | 2C | 51 | 49 | 21 |
| Octal | 146 | 220 | 26 | 35 | 0 | 125 | 54 | 121 | 111 | 41 |
| Binary | 1100110 | 10010000 | 10110 | 11101 | 0 | 1010101 | 101100 | 1010001 | 1001001 | 100001 |
Color Harmonies of #669016
Complementary color
Monochromatic Colors of #669016
Black with #669016
Text Example
Text Example
White with #669016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669016; }
p { color: rgb(102,144,22); }
H1.HeaderClassName
{
color: #669016;
}
.AnyTagClassName
{
color: #669016;
}
</style>
background-color css
<style>
a { background-color: #669016; }
a { background-color: rgb(102,144,22); }
div.DivClassName
{
background-color: #669016;
}
.BgClassName
{
background-color: #669016;
}
</style>
border-color css
<style>
span { border-color: #669016; }
span { border-color: rgb(102,144,22); }
td.TdClassName
{
border-color: #669016;
}
.TagClassName
{
border-color: #669016;
}
</style>