Shades of Olive Drab #649002
Tints of Olive Drab #649002
RGB
CMYK
RGB Variations
Color information
#649002 (or 0x649002) is known color: Olive Drab. HEX triplet: 64, 90 and 02. RGB value is (100,144,2). Sum of RGB (Red+Green+Blue) = 100+144+2=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #649002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649002 is #9B6FFD. Grayscale: #737373. Windows color (decimal): -10186750 or 168036. OLE color: 168036.
HSL color Cylindrical-coordinate representation of color #649002: hue angle of 78.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649002 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.44 |
| HSL | 78.59º | 0.97% | 0.29% | - |
| HSV(B) | 78.59º | 0.99% | 0.56% | - |
| XYZ | 15.24 | 22.66 | 3.63 | - |
| YUV | 114.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 2 | 0.31 | 0 | 0.99 | 0.44 | 78.59 | 0.97 | 0.29 |
| Hex | 64 | 90 | 2 | 1F | 0 | 63 | 2C | 4F | 61 | 1D |
| Octal | 144 | 220 | 2 | 37 | 0 | 143 | 54 | 117 | 141 | 35 |
| Binary | 1100100 | 10010000 | 10 | 11111 | 0 | 1100011 | 101100 | 1001111 | 1100001 | 11101 |
Color Harmonies of #649002
Complementary color
Monochromatic Colors of #649002
Black with #649002
Text Example
Text Example
White with #649002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649002; }
p { color: rgb(100,144,2); }
H1.HeaderClassName
{
color: #649002;
}
.AnyTagClassName
{
color: #649002;
}
</style>
background-color css
<style>
a { background-color: #649002; }
a { background-color: rgb(100,144,2); }
div.DivClassName
{
background-color: #649002;
}
.BgClassName
{
background-color: #649002;
}
</style>
border-color css
<style>
span { border-color: #649002; }
span { border-color: rgb(100,144,2); }
td.TdClassName
{
border-color: #649002;
}
.TagClassName
{
border-color: #649002;
}
</style>