Shades of Olive Drab #64870A
Tints of Olive Drab #64870A
RGB
CMYK
RGB Variations
Color information
#64870A (or 0x64870A) is known color: Olive Drab. HEX triplet: 64, 87 and 0A. RGB value is (100,135,10). Sum of RGB (Red+Green+Blue) = 100+135+10=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #64870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64870A is #9B78F5. Grayscale: #6E6E6E. Windows color (decimal): -10189046 or 690020. OLE color: 690020.
HSL color Cylindrical-coordinate representation of color #64870A: hue angle of 76.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64870A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 10 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.47 |
| HSL | 76.8º | 0.86% | 0.28% | - |
| HSV(B) | 76.8º | 0.93% | 0.53% | - |
| XYZ | 13.97 | 20.06 | 3.42 | - |
| YUV | 110.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 10 | 0.26 | 0 | 0.93 | 0.47 | 76.8 | 0.86 | 0.28 |
| Hex | 64 | 87 | A | 1A | 0 | 5D | 2F | 4D | 56 | 1C |
| Octal | 144 | 207 | 12 | 32 | 0 | 135 | 57 | 115 | 126 | 34 |
| Binary | 1100100 | 10000111 | 1010 | 11010 | 0 | 1011101 | 101111 | 1001101 | 1010110 | 11100 |
Color Harmonies of #64870A
Complementary color
Monochromatic Colors of #64870A
Black with #64870A
Text Example
Text Example
White with #64870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64870A; }
p { color: rgb(100,135,10); }
H1.HeaderClassName
{
color: #64870A;
}
.AnyTagClassName
{
color: #64870A;
}
</style>
background-color css
<style>
a { background-color: #64870A; }
a { background-color: rgb(100,135,10); }
div.DivClassName
{
background-color: #64870A;
}
.BgClassName
{
background-color: #64870A;
}
</style>
border-color css
<style>
span { border-color: #64870A; }
span { border-color: rgb(100,135,10); }
td.TdClassName
{
border-color: #64870A;
}
.TagClassName
{
border-color: #64870A;
}
</style>