Shades of Olive Drab #64990E
Tints of Olive Drab #64990E
RGB
CMYK
RGB Variations
Color information
#64990E (or 0x64990E) is known color: Olive Drab. HEX triplet: 64, 99 and 0E. RGB value is (100,153,14). Sum of RGB (Red+Green+Blue) = 100+153+14=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #64990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64990E is #9B66F1. Grayscale: #797979. Windows color (decimal): -10184434 or 956772. OLE color: 956772.
HSL color Cylindrical-coordinate representation of color #64990E: hue angle of 82.88º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64990E is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 14 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.4 |
| HSL | 82.88º | 0.83% | 0.33% | - |
| HSV(B) | 82.88º | 0.91% | 0.6% | - |
| XYZ | 16.73 | 25.52 | 4.46 | - |
| YUV | 121.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 14 | 0.35 | 0 | 0.91 | 0.4 | 82.88 | 0.83 | 0.33 |
| Hex | 64 | 99 | E | 23 | 0 | 5B | 28 | 53 | 53 | 21 |
| Octal | 144 | 231 | 16 | 43 | 0 | 133 | 50 | 123 | 123 | 41 |
| Binary | 1100100 | 10011001 | 1110 | 100011 | 0 | 1011011 | 101000 | 1010011 | 1010011 | 100001 |
Color Harmonies of #64990E
Complementary color
Monochromatic Colors of #64990E
Black with #64990E
Text Example
Text Example
White with #64990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64990E; }
p { color: rgb(100,153,14); }
H1.HeaderClassName
{
color: #64990E;
}
.AnyTagClassName
{
color: #64990E;
}
</style>
background-color css
<style>
a { background-color: #64990E; }
a { background-color: rgb(100,153,14); }
div.DivClassName
{
background-color: #64990E;
}
.BgClassName
{
background-color: #64990E;
}
</style>
border-color css
<style>
span { border-color: #64990E; }
span { border-color: rgb(100,153,14); }
td.TdClassName
{
border-color: #64990E;
}
.TagClassName
{
border-color: #64990E;
}
</style>