Shades of Olive Drab #64990F
Tints of Olive Drab #64990F
RGB
CMYK
RGB Variations
Color information
#64990F (or 0x64990F) is known color: Olive Drab. HEX triplet: 64, 99 and 0F. RGB value is (100,153,15). Sum of RGB (Red+Green+Blue) = 100+153+15=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #64990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64990F is #9B66F0. Grayscale: #797979. Windows color (decimal): -10184433 or 1022308. OLE color: 1022308.
HSL color Cylindrical-coordinate representation of color #64990F: hue angle of 83.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64990F is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 15 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.4 |
| HSL | 83.04º | 0.82% | 0.33% | - |
| HSV(B) | 83.04º | 0.9% | 0.6% | - |
| XYZ | 16.73 | 25.53 | 4.5 | - |
| YUV | 121.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 15 | 0.35 | 0 | 0.90 | 0.4 | 83.04 | 0.82 | 0.33 |
| Hex | 64 | 99 | F | 23 | 0 | 5A | 28 | 53 | 52 | 21 |
| Octal | 144 | 231 | 17 | 43 | 0 | 132 | 50 | 123 | 122 | 41 |
| Binary | 1100100 | 10011001 | 1111 | 100011 | 0 | 1011010 | 101000 | 1010011 | 1010010 | 100001 |
Color Harmonies of #64990F
Complementary color
Monochromatic Colors of #64990F
Black with #64990F
Text Example
Text Example
White with #64990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64990F; }
p { color: rgb(100,153,15); }
H1.HeaderClassName
{
color: #64990F;
}
.AnyTagClassName
{
color: #64990F;
}
</style>
background-color css
<style>
a { background-color: #64990F; }
a { background-color: rgb(100,153,15); }
div.DivClassName
{
background-color: #64990F;
}
.BgClassName
{
background-color: #64990F;
}
</style>
border-color css
<style>
span { border-color: #64990F; }
span { border-color: rgb(100,153,15); }
td.TdClassName
{
border-color: #64990F;
}
.TagClassName
{
border-color: #64990F;
}
</style>