Shades of Olive Drab #649302
Tints of Olive Drab #649302
RGB
CMYK
RGB Variations
Color information
#649302 (or 0x649302) is known color: Olive Drab. HEX triplet: 64, 93 and 02. RGB value is (100,147,2). Sum of RGB (Red+Green+Blue) = 100+147+2=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #649302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649302 is #9B6CFD. Grayscale: #747474. Windows color (decimal): -10185982 or 168804. OLE color: 168804.
HSL color Cylindrical-coordinate representation of color #649302: hue angle of 79.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649302 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.42 |
| HSL | 79.45º | 0.97% | 0.29% | - |
| HSV(B) | 79.45º | 0.99% | 0.58% | - |
| XYZ | 15.7 | 23.58 | 3.78 | - |
| YUV | 116.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 2 | 0.32 | 0 | 0.99 | 0.42 | 79.45 | 0.97 | 0.29 |
| Hex | 64 | 93 | 2 | 20 | 0 | 63 | 2A | 4F | 61 | 1D |
| Octal | 144 | 223 | 2 | 40 | 0 | 143 | 52 | 117 | 141 | 35 |
| Binary | 1100100 | 10010011 | 10 | 100000 | 0 | 1100011 | 101010 | 1001111 | 1100001 | 11101 |
Color Harmonies of #649302
Complementary color
Monochromatic Colors of #649302
Black with #649302
Text Example
Text Example
White with #649302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649302; }
p { color: rgb(100,147,2); }
H1.HeaderClassName
{
color: #649302;
}
.AnyTagClassName
{
color: #649302;
}
</style>
background-color css
<style>
a { background-color: #649302; }
a { background-color: rgb(100,147,2); }
div.DivClassName
{
background-color: #649302;
}
.BgClassName
{
background-color: #649302;
}
</style>
border-color css
<style>
span { border-color: #649302; }
span { border-color: rgb(100,147,2); }
td.TdClassName
{
border-color: #649302;
}
.TagClassName
{
border-color: #649302;
}
</style>