Shades of Olive Drab #669716
Tints of Olive Drab #669716
RGB
CMYK
RGB Variations
Color information
#669716 (or 0x669716) is known color: Olive Drab. HEX triplet: 66, 97 and 16. RGB value is (102,151,22). Sum of RGB (Red+Green+Blue) = 102+151+22=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #669716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669716 is #9968E9. Grayscale: #7A7A7A. Windows color (decimal): -10053866 or 1480550. OLE color: 1480550.
HSL color Cylindrical-coordinate representation of color #669716: hue angle of 82.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669716 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 22 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.41 |
| HSL | 82.79º | 0.75% | 0.34% | - |
| HSV(B) | 82.79º | 0.85% | 0.59% | - |
| XYZ | 16.69 | 25.02 | 4.71 | - |
| YUV | 121.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 22 | 0.32 | 0 | 0.85 | 0.41 | 82.79 | 0.75 | 0.34 |
| Hex | 66 | 97 | 16 | 20 | 0 | 55 | 29 | 53 | 4B | 22 |
| Octal | 146 | 227 | 26 | 40 | 0 | 125 | 51 | 123 | 113 | 42 |
| Binary | 1100110 | 10010111 | 10110 | 100000 | 0 | 1010101 | 101001 | 1010011 | 1001011 | 100010 |
Color Harmonies of #669716
Complementary color
Monochromatic Colors of #669716
Black with #669716
Text Example
Text Example
White with #669716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669716; }
p { color: rgb(102,151,22); }
H1.HeaderClassName
{
color: #669716;
}
.AnyTagClassName
{
color: #669716;
}
</style>
background-color css
<style>
a { background-color: #669716; }
a { background-color: rgb(102,151,22); }
div.DivClassName
{
background-color: #669716;
}
.BgClassName
{
background-color: #669716;
}
</style>
border-color css
<style>
span { border-color: #669716; }
span { border-color: rgb(102,151,22); }
td.TdClassName
{
border-color: #669716;
}
.TagClassName
{
border-color: #669716;
}
</style>