Shades of Olive Drab #669815
Tints of Olive Drab #669815
RGB
CMYK
RGB Variations
Color information
#669815 (or 0x669815) is known color: Olive Drab. HEX triplet: 66, 98 and 15. RGB value is (102,152,21). Sum of RGB (Red+Green+Blue) = 102+152+21=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #669815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669815 is #9967EA. Grayscale: #7A7A7A. Windows color (decimal): -10053611 or 1415270. OLE color: 1415270.
HSL color Cylindrical-coordinate representation of color #669815: hue angle of 82.9º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669815 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 21 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.40 |
| HSL | 82.9º | 0.76% | 0.34% | - |
| HSV(B) | 82.9º | 0.86% | 0.6% | - |
| XYZ | 16.84 | 25.34 | 4.71 | - |
| YUV | 122.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 21 | 0.33 | 0 | 0.86 | 0.40 | 82.9 | 0.76 | 0.34 |
| Hex | 66 | 98 | 15 | 21 | 0 | 56 | 28 | 53 | 4C | 22 |
| Octal | 146 | 230 | 25 | 41 | 0 | 126 | 50 | 123 | 114 | 42 |
| Binary | 1100110 | 10011000 | 10101 | 100001 | 0 | 1010110 | 101000 | 1010011 | 1001100 | 100010 |
Color Harmonies of #669815
Complementary color
Monochromatic Colors of #669815
Black with #669815
Text Example
Text Example
White with #669815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669815; }
p { color: rgb(102,152,21); }
H1.HeaderClassName
{
color: #669815;
}
.AnyTagClassName
{
color: #669815;
}
</style>
background-color css
<style>
a { background-color: #669815; }
a { background-color: rgb(102,152,21); }
div.DivClassName
{
background-color: #669815;
}
.BgClassName
{
background-color: #669815;
}
</style>
border-color css
<style>
span { border-color: #669815; }
span { border-color: rgb(102,152,21); }
td.TdClassName
{
border-color: #669815;
}
.TagClassName
{
border-color: #669815;
}
</style>