Shades of Olive Drab #649715
Tints of Olive Drab #649715
RGB
CMYK
RGB Variations
Color information
#649715 (or 0x649715) is known color: Olive Drab. HEX triplet: 64, 97 and 15. RGB value is (100,151,21). Sum of RGB (Red+Green+Blue) = 100+151+21=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #649715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649715 is #9B68EA. Grayscale: #797979. Windows color (decimal): -10184939 or 1415012. OLE color: 1415012.
HSL color Cylindrical-coordinate representation of color #649715: hue angle of 83.54º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #649715 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.41 |
| HSL | 83.54º | 0.76% | 0.34% | - |
| HSV(B) | 83.54º | 0.86% | 0.59% | - |
| XYZ | 16.46 | 24.9 | 4.65 | - |
| YUV | 120.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 21 | 0.34 | 0 | 0.86 | 0.41 | 83.54 | 0.76 | 0.34 |
| Hex | 64 | 97 | 15 | 22 | 0 | 56 | 29 | 54 | 4C | 22 |
| Octal | 144 | 227 | 25 | 42 | 0 | 126 | 51 | 124 | 114 | 42 |
| Binary | 1100100 | 10010111 | 10101 | 100010 | 0 | 1010110 | 101001 | 1010100 | 1001100 | 100010 |
Color Harmonies of #649715
Complementary color
Monochromatic Colors of #649715
Black with #649715
Text Example
Text Example
White with #649715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649715; }
p { color: rgb(100,151,21); }
H1.HeaderClassName
{
color: #649715;
}
.AnyTagClassName
{
color: #649715;
}
</style>
background-color css
<style>
a { background-color: #649715; }
a { background-color: rgb(100,151,21); }
div.DivClassName
{
background-color: #649715;
}
.BgClassName
{
background-color: #649715;
}
</style>
border-color css
<style>
span { border-color: #649715; }
span { border-color: rgb(100,151,21); }
td.TdClassName
{
border-color: #649715;
}
.TagClassName
{
border-color: #649715;
}
</style>