Shades of Olive Drab #649712
Tints of Olive Drab #649712
RGB
CMYK
RGB Variations
Color information
#649712 (or 0x649712) is known color: Olive Drab. HEX triplet: 64, 97 and 12. RGB value is (100,151,18). Sum of RGB (Red+Green+Blue) = 100+151+18=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #649712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649712 is #9B68ED. Grayscale: #797979. Windows color (decimal): -10184942 or 1218404. OLE color: 1218404.
HSL color Cylindrical-coordinate representation of color #649712: hue angle of 83.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #649712 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 18 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.41 |
| HSL | 83.01º | 0.79% | 0.33% | - |
| HSV(B) | 83.01º | 0.88% | 0.59% | - |
| XYZ | 16.43 | 24.89 | 4.51 | - |
| YUV | 120.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 18 | 0.34 | 0 | 0.88 | 0.41 | 83.01 | 0.79 | 0.33 |
| Hex | 64 | 97 | 12 | 22 | 0 | 58 | 29 | 53 | 4F | 21 |
| Octal | 144 | 227 | 22 | 42 | 0 | 130 | 51 | 123 | 117 | 41 |
| Binary | 1100100 | 10010111 | 10010 | 100010 | 0 | 1011000 | 101001 | 1010011 | 1001111 | 100001 |
Color Harmonies of #649712
Complementary color
Monochromatic Colors of #649712
Black with #649712
Text Example
Text Example
White with #649712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649712; }
p { color: rgb(100,151,18); }
H1.HeaderClassName
{
color: #649712;
}
.AnyTagClassName
{
color: #649712;
}
</style>
background-color css
<style>
a { background-color: #649712; }
a { background-color: rgb(100,151,18); }
div.DivClassName
{
background-color: #649712;
}
.BgClassName
{
background-color: #649712;
}
</style>
border-color css
<style>
span { border-color: #649712; }
span { border-color: rgb(100,151,18); }
td.TdClassName
{
border-color: #649712;
}
.TagClassName
{
border-color: #649712;
}
</style>