Shades of Olive Drab #649102
Tints of Olive Drab #649102
RGB
CMYK
RGB Variations
Color information
#649102 (or 0x649102) is known color: Olive Drab. HEX triplet: 64, 91 and 02. RGB value is (100,145,2). Sum of RGB (Red+Green+Blue) = 100+145+2=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #649102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649102 is #9B6EFD. Grayscale: #737373. Windows color (decimal): -10186494 or 168292. OLE color: 168292.
HSL color Cylindrical-coordinate representation of color #649102: hue angle of 78.88º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649102 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.43 |
| HSL | 78.88º | 0.97% | 0.29% | - |
| HSV(B) | 78.88º | 0.99% | 0.57% | - |
| XYZ | 15.39 | 22.96 | 3.68 | - |
| YUV | 115.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 2 | 0.31 | 0 | 0.99 | 0.43 | 78.88 | 0.97 | 0.29 |
| Hex | 64 | 91 | 2 | 1F | 0 | 63 | 2B | 4F | 61 | 1D |
| Octal | 144 | 221 | 2 | 37 | 0 | 143 | 53 | 117 | 141 | 35 |
| Binary | 1100100 | 10010001 | 10 | 11111 | 0 | 1100011 | 101011 | 1001111 | 1100001 | 11101 |
Color Harmonies of #649102
Complementary color
Monochromatic Colors of #649102
Black with #649102
Text Example
Text Example
White with #649102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649102; }
p { color: rgb(100,145,2); }
H1.HeaderClassName
{
color: #649102;
}
.AnyTagClassName
{
color: #649102;
}
</style>
background-color css
<style>
a { background-color: #649102; }
a { background-color: rgb(100,145,2); }
div.DivClassName
{
background-color: #649102;
}
.BgClassName
{
background-color: #649102;
}
</style>
border-color css
<style>
span { border-color: #649102; }
span { border-color: rgb(100,145,2); }
td.TdClassName
{
border-color: #649102;
}
.TagClassName
{
border-color: #649102;
}
</style>