Shades of Olive Drab #669505
Tints of Olive Drab #669505
RGB
CMYK
RGB Variations
Color information
#669505 (or 0x669505) is known color: Olive Drab. HEX triplet: 66, 95 and 05. RGB value is (102,149,5). Sum of RGB (Red+Green+Blue) = 102+149+5=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #669505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669505 is #996AFA. Grayscale: #777777. Windows color (decimal): -10054395 or 365926. OLE color: 365926.
HSL color Cylindrical-coordinate representation of color #669505: hue angle of 79.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669505 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.42 |
| HSL | 79.58º | 0.94% | 0.3% | - |
| HSV(B) | 79.58º | 0.97% | 0.58% | - |
| XYZ | 16.25 | 24.33 | 3.98 | - |
| YUV | 118.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 5 | 0.32 | 0 | 0.97 | 0.42 | 79.58 | 0.94 | 0.3 |
| Hex | 66 | 95 | 5 | 20 | 0 | 61 | 2A | 50 | 5E | 1E |
| Octal | 146 | 225 | 5 | 40 | 0 | 141 | 52 | 120 | 136 | 36 |
| Binary | 1100110 | 10010101 | 101 | 100000 | 0 | 1100001 | 101010 | 1010000 | 1011110 | 11110 |
Color Harmonies of #669505
Complementary color
Monochromatic Colors of #669505
Black with #669505
Text Example
Text Example
White with #669505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669505; }
p { color: rgb(102,149,5); }
H1.HeaderClassName
{
color: #669505;
}
.AnyTagClassName
{
color: #669505;
}
</style>
background-color css
<style>
a { background-color: #669505; }
a { background-color: rgb(102,149,5); }
div.DivClassName
{
background-color: #669505;
}
.BgClassName
{
background-color: #669505;
}
</style>
border-color css
<style>
span { border-color: #669505; }
span { border-color: rgb(102,149,5); }
td.TdClassName
{
border-color: #669505;
}
.TagClassName
{
border-color: #669505;
}
</style>