Shades of Olive Drab #669710
Tints of Olive Drab #669710
RGB
CMYK
RGB Variations
Color information
#669710 (or 0x669710) is known color: Olive Drab. HEX triplet: 66, 97 and 10. RGB value is (102,151,16). Sum of RGB (Red+Green+Blue) = 102+151+16=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #669710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669710 is #9968EF. Grayscale: #797979. Windows color (decimal): -10053872 or 1087334. OLE color: 1087334.
HSL color Cylindrical-coordinate representation of color #669710: hue angle of 81.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669710 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 16 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.41 |
| HSL | 81.78º | 0.81% | 0.33% | - |
| HSV(B) | 81.78º | 0.89% | 0.59% | - |
| XYZ | 16.64 | 25 | 4.44 | - |
| YUV | 120.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 16 | 0.32 | 0 | 0.89 | 0.41 | 81.78 | 0.81 | 0.33 |
| Hex | 66 | 97 | 10 | 20 | 0 | 59 | 29 | 52 | 51 | 21 |
| Octal | 146 | 227 | 20 | 40 | 0 | 131 | 51 | 122 | 121 | 41 |
| Binary | 1100110 | 10010111 | 10000 | 100000 | 0 | 1011001 | 101001 | 1010010 | 1010001 | 100001 |
Color Harmonies of #669710
Complementary color
Monochromatic Colors of #669710
Black with #669710
Text Example
Text Example
White with #669710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669710; }
p { color: rgb(102,151,16); }
H1.HeaderClassName
{
color: #669710;
}
.AnyTagClassName
{
color: #669710;
}
</style>
background-color css
<style>
a { background-color: #669710; }
a { background-color: rgb(102,151,16); }
div.DivClassName
{
background-color: #669710;
}
.BgClassName
{
background-color: #669710;
}
</style>
border-color css
<style>
span { border-color: #669710; }
span { border-color: rgb(102,151,16); }
td.TdClassName
{
border-color: #669710;
}
.TagClassName
{
border-color: #669710;
}
</style>