Shades of Olive Drab #64800E
Tints of Olive Drab #64800E
RGB
CMYK
RGB Variations
Color information
#64800E (or 0x64800E) is known color: Olive Drab. HEX triplet: 64, 80 and 0E. RGB value is (100,128,14). Sum of RGB (Red+Green+Blue) = 100+128+14=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #64800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64800E is #9B7FF1. Grayscale: #6B6B6B. Windows color (decimal): -10190834 or 950372. OLE color: 950372.
HSL color Cylindrical-coordinate representation of color #64800E: hue angle of 74.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64800E is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 14 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.50 |
| HSL | 74.74º | 0.8% | 0.28% | - |
| HSV(B) | 74.74º | 0.89% | 0.5% | - |
| XYZ | 13.05 | 18.18 | 3.24 | - |
| YUV | 106.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 14 | 0.22 | 0 | 0.89 | 0.50 | 74.74 | 0.8 | 0.28 |
| Hex | 64 | 80 | E | 16 | 0 | 59 | 32 | 4B | 50 | 1C |
| Octal | 144 | 200 | 16 | 26 | 0 | 131 | 62 | 113 | 120 | 34 |
| Binary | 1100100 | 10000000 | 1110 | 10110 | 0 | 1011001 | 110010 | 1001011 | 1010000 | 11100 |
Color Harmonies of #64800E
Complementary color
Monochromatic Colors of #64800E
Black with #64800E
Text Example
Text Example
White with #64800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64800E; }
p { color: rgb(100,128,14); }
H1.HeaderClassName
{
color: #64800E;
}
.AnyTagClassName
{
color: #64800E;
}
</style>
background-color css
<style>
a { background-color: #64800E; }
a { background-color: rgb(100,128,14); }
div.DivClassName
{
background-color: #64800E;
}
.BgClassName
{
background-color: #64800E;
}
</style>
border-color css
<style>
span { border-color: #64800E; }
span { border-color: rgb(100,128,14); }
td.TdClassName
{
border-color: #64800E;
}
.TagClassName
{
border-color: #64800E;
}
</style>