Shades of Olive Drab #64870B
Tints of Olive Drab #64870B
RGB
CMYK
RGB Variations
Color information
#64870B (or 0x64870B) is known color: Olive Drab. HEX triplet: 64, 87 and 0B. RGB value is (100,135,11). Sum of RGB (Red+Green+Blue) = 100+135+11=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #64870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64870B is #9B78F4. Grayscale: #6E6E6E. Windows color (decimal): -10189045 or 755556. OLE color: 755556.
HSL color Cylindrical-coordinate representation of color #64870B: hue angle of 76.94º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64870B is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 11 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.47 |
| HSL | 76.94º | 0.85% | 0.29% | - |
| HSV(B) | 76.94º | 0.92% | 0.53% | - |
| XYZ | 13.98 | 20.06 | 3.45 | - |
| YUV | 110.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 11 | 0.26 | 0 | 0.92 | 0.47 | 76.94 | 0.85 | 0.29 |
| Hex | 64 | 87 | B | 1A | 0 | 5C | 2F | 4D | 55 | 1D |
| Octal | 144 | 207 | 13 | 32 | 0 | 134 | 57 | 115 | 125 | 35 |
| Binary | 1100100 | 10000111 | 1011 | 11010 | 0 | 1011100 | 101111 | 1001101 | 1010101 | 11101 |
Color Harmonies of #64870B
Complementary color
Monochromatic Colors of #64870B
Black with #64870B
Text Example
Text Example
White with #64870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64870B; }
p { color: rgb(100,135,11); }
H1.HeaderClassName
{
color: #64870B;
}
.AnyTagClassName
{
color: #64870B;
}
</style>
background-color css
<style>
a { background-color: #64870B; }
a { background-color: rgb(100,135,11); }
div.DivClassName
{
background-color: #64870B;
}
.BgClassName
{
background-color: #64870B;
}
</style>
border-color css
<style>
span { border-color: #64870B; }
span { border-color: rgb(100,135,11); }
td.TdClassName
{
border-color: #64870B;
}
.TagClassName
{
border-color: #64870B;
}
</style>