Shades of Olive Drab #669315
Tints of Olive Drab #669315
RGB
CMYK
RGB Variations
Color information
#669315 (or 0x669315) is known color: Olive Drab. HEX triplet: 66, 93 and 15. RGB value is (102,147,21). Sum of RGB (Red+Green+Blue) = 102+147+21=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #669315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669315 is #996CEA. Grayscale: #777777. Windows color (decimal): -10054891 or 1413990. OLE color: 1413990.
HSL color Cylindrical-coordinate representation of color #669315: hue angle of 81.43º 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 #669315 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 21 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.42 |
| HSL | 81.43º | 0.75% | 0.33% | - |
| HSV(B) | 81.43º | 0.86% | 0.58% | - |
| XYZ | 16.05 | 23.75 | 4.45 | - |
| YUV | 119.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 21 | 0.31 | 0 | 0.86 | 0.42 | 81.43 | 0.75 | 0.33 |
| Hex | 66 | 93 | 15 | 1F | 0 | 56 | 2A | 51 | 4B | 21 |
| Octal | 146 | 223 | 25 | 37 | 0 | 126 | 52 | 121 | 113 | 41 |
| Binary | 1100110 | 10010011 | 10101 | 11111 | 0 | 1010110 | 101010 | 1010001 | 1001011 | 100001 |
Color Harmonies of #669315
Complementary color
Monochromatic Colors of #669315
Black with #669315
Text Example
Text Example
White with #669315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669315; }
p { color: rgb(102,147,21); }
H1.HeaderClassName
{
color: #669315;
}
.AnyTagClassName
{
color: #669315;
}
</style>
background-color css
<style>
a { background-color: #669315; }
a { background-color: rgb(102,147,21); }
div.DivClassName
{
background-color: #669315;
}
.BgClassName
{
background-color: #669315;
}
</style>
border-color css
<style>
span { border-color: #669315; }
span { border-color: rgb(102,147,21); }
td.TdClassName
{
border-color: #669315;
}
.TagClassName
{
border-color: #669315;
}
</style>