Shades of Olive Drab #669515
Tints of Olive Drab #669515
RGB
CMYK
RGB Variations
Color information
#669515 (or 0x669515) is known color: Olive Drab. HEX triplet: 66, 95 and 15. RGB value is (102,149,21). Sum of RGB (Red+Green+Blue) = 102+149+21=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #669515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669515 is #996AEA. Grayscale: #787878. Windows color (decimal): -10054379 or 1414502. OLE color: 1414502.
HSL color Cylindrical-coordinate representation of color #669515: hue angle of 82.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669515 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 21 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.42 |
| HSL | 82.03º | 0.75% | 0.33% | - |
| HSV(B) | 82.03º | 0.86% | 0.58% | - |
| XYZ | 16.36 | 24.37 | 4.55 | - |
| YUV | 120.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 21 | 0.32 | 0 | 0.86 | 0.42 | 82.03 | 0.75 | 0.33 |
| Hex | 66 | 95 | 15 | 20 | 0 | 56 | 2A | 52 | 4B | 21 |
| Octal | 146 | 225 | 25 | 40 | 0 | 126 | 52 | 122 | 113 | 41 |
| Binary | 1100110 | 10010101 | 10101 | 100000 | 0 | 1010110 | 101010 | 1010010 | 1001011 | 100001 |
Color Harmonies of #669515
Complementary color
Monochromatic Colors of #669515
Black with #669515
Text Example
Text Example
White with #669515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669515; }
p { color: rgb(102,149,21); }
H1.HeaderClassName
{
color: #669515;
}
.AnyTagClassName
{
color: #669515;
}
</style>
background-color css
<style>
a { background-color: #669515; }
a { background-color: rgb(102,149,21); }
div.DivClassName
{
background-color: #669515;
}
.BgClassName
{
background-color: #669515;
}
</style>
border-color css
<style>
span { border-color: #669515; }
span { border-color: rgb(102,149,21); }
td.TdClassName
{
border-color: #669515;
}
.TagClassName
{
border-color: #669515;
}
</style>