Shades of Olive Drab #649015
Tints of Olive Drab #649015
RGB
CMYK
RGB Variations
Color information
#649015 (or 0x649015) is known color: Olive Drab. HEX triplet: 64, 90 and 15. RGB value is (100,144,21). Sum of RGB (Red+Green+Blue) = 100+144+21=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #649015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649015 is #9B6FEA. Grayscale: #757575. Windows color (decimal): -10186731 or 1413220. OLE color: 1413220.
HSL color Cylindrical-coordinate representation of color #649015: hue angle of 81.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649015 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 21 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.44 |
| HSL | 81.46º | 0.75% | 0.32% | - |
| HSV(B) | 81.46º | 0.85% | 0.56% | - |
| XYZ | 15.36 | 22.71 | 4.28 | - |
| YUV | 116.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 21 | 0.31 | 0 | 0.85 | 0.44 | 81.46 | 0.75 | 0.32 |
| Hex | 64 | 90 | 15 | 1F | 0 | 55 | 2C | 51 | 4B | 20 |
| Octal | 144 | 220 | 25 | 37 | 0 | 125 | 54 | 121 | 113 | 40 |
| Binary | 1100100 | 10010000 | 10101 | 11111 | 0 | 1010101 | 101100 | 1010001 | 1001011 | 100000 |
Color Harmonies of #649015
Complementary color
Monochromatic Colors of #649015
Black with #649015
Text Example
Text Example
White with #649015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649015; }
p { color: rgb(100,144,21); }
H1.HeaderClassName
{
color: #649015;
}
.AnyTagClassName
{
color: #649015;
}
</style>
background-color css
<style>
a { background-color: #649015; }
a { background-color: rgb(100,144,21); }
div.DivClassName
{
background-color: #649015;
}
.BgClassName
{
background-color: #649015;
}
</style>
border-color css
<style>
span { border-color: #649015; }
span { border-color: rgb(100,144,21); }
td.TdClassName
{
border-color: #649015;
}
.TagClassName
{
border-color: #649015;
}
</style>