Shades of Olive Drab #669705
Tints of Olive Drab #669705
RGB
CMYK
RGB Variations
Color information
#669705 (or 0x669705) is known color: Olive Drab. HEX triplet: 66, 97 and 05. RGB value is (102,151,5). Sum of RGB (Red+Green+Blue) = 102+151+5=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #669705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669705 is #9968FA. Grayscale: #787878. Windows color (decimal): -10053883 or 366438. OLE color: 366438.
HSL color Cylindrical-coordinate representation of color #669705: hue angle of 80.14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669705 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.41 |
| HSL | 80.14º | 0.94% | 0.31% | - |
| HSV(B) | 80.14º | 0.97% | 0.59% | - |
| XYZ | 16.57 | 24.97 | 4.09 | - |
| YUV | 119.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 5 | 0.32 | 0 | 0.97 | 0.41 | 80.14 | 0.94 | 0.31 |
| Hex | 66 | 97 | 5 | 20 | 0 | 61 | 29 | 50 | 5E | 1F |
| Octal | 146 | 227 | 5 | 40 | 0 | 141 | 51 | 120 | 136 | 37 |
| Binary | 1100110 | 10010111 | 101 | 100000 | 0 | 1100001 | 101001 | 1010000 | 1011110 | 11111 |
Color Harmonies of #669705
Complementary color
Monochromatic Colors of #669705
Black with #669705
Text Example
Text Example
White with #669705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669705; }
p { color: rgb(102,151,5); }
H1.HeaderClassName
{
color: #669705;
}
.AnyTagClassName
{
color: #669705;
}
</style>
background-color css
<style>
a { background-color: #669705; }
a { background-color: rgb(102,151,5); }
div.DivClassName
{
background-color: #669705;
}
.BgClassName
{
background-color: #669705;
}
</style>
border-color css
<style>
span { border-color: #669705; }
span { border-color: rgb(102,151,5); }
td.TdClassName
{
border-color: #669705;
}
.TagClassName
{
border-color: #669705;
}
</style>