Shades of Olive Drab #64850D
Tints of Olive Drab #64850D
RGB
CMYK
RGB Variations
Color information
#64850D (or 0x64850D) is known color: Olive Drab. HEX triplet: 64, 85 and 0D. RGB value is (100,133,13). Sum of RGB (Red+Green+Blue) = 100+133+13=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #64850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64850D is #9B7AF2. Grayscale: #6D6D6D. Windows color (decimal): -10189555 or 886116. OLE color: 886116.
HSL color Cylindrical-coordinate representation of color #64850D: hue angle of 76.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64850D is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 13 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.48 |
| HSL | 76.5º | 0.82% | 0.29% | - |
| HSV(B) | 76.5º | 0.9% | 0.52% | - |
| XYZ | 13.72 | 19.51 | 3.42 | - |
| YUV | 109.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 13 | 0.25 | 0 | 0.90 | 0.48 | 76.5 | 0.82 | 0.29 |
| Hex | 64 | 85 | D | 19 | 0 | 5A | 30 | 4C | 52 | 1D |
| Octal | 144 | 205 | 15 | 31 | 0 | 132 | 60 | 114 | 122 | 35 |
| Binary | 1100100 | 10000101 | 1101 | 11001 | 0 | 1011010 | 110000 | 1001100 | 1010010 | 11101 |
Color Harmonies of #64850D
Complementary color
Monochromatic Colors of #64850D
Black with #64850D
Text Example
Text Example
White with #64850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64850D; }
p { color: rgb(100,133,13); }
H1.HeaderClassName
{
color: #64850D;
}
.AnyTagClassName
{
color: #64850D;
}
</style>
background-color css
<style>
a { background-color: #64850D; }
a { background-color: rgb(100,133,13); }
div.DivClassName
{
background-color: #64850D;
}
.BgClassName
{
background-color: #64850D;
}
</style>
border-color css
<style>
span { border-color: #64850D; }
span { border-color: rgb(100,133,13); }
td.TdClassName
{
border-color: #64850D;
}
.TagClassName
{
border-color: #64850D;
}
</style>