Shades of Olive Drab #64860C
Tints of Olive Drab #64860C
RGB
CMYK
RGB Variations
Color information
#64860C (or 0x64860C) is known color: Olive Drab. HEX triplet: 64, 86 and 0C. RGB value is (100,134,12). Sum of RGB (Red+Green+Blue) = 100+134+12=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #64860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64860C is #9B79F3. Grayscale: #6E6E6E. Windows color (decimal): -10189300 or 820836. OLE color: 820836.
HSL color Cylindrical-coordinate representation of color #64860C: hue angle of 76.72º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64860C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 12 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.47 |
| HSL | 76.72º | 0.84% | 0.29% | - |
| HSV(B) | 76.72º | 0.91% | 0.53% | - |
| XYZ | 13.85 | 19.79 | 3.44 | - |
| YUV | 109.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 12 | 0.25 | 0 | 0.91 | 0.47 | 76.72 | 0.84 | 0.29 |
| Hex | 64 | 86 | C | 19 | 0 | 5B | 2F | 4D | 54 | 1D |
| Octal | 144 | 206 | 14 | 31 | 0 | 133 | 57 | 115 | 124 | 35 |
| Binary | 1100100 | 10000110 | 1100 | 11001 | 0 | 1011011 | 101111 | 1001101 | 1010100 | 11101 |
Color Harmonies of #64860C
Complementary color
Monochromatic Colors of #64860C
Black with #64860C
Text Example
Text Example
White with #64860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64860C; }
p { color: rgb(100,134,12); }
H1.HeaderClassName
{
color: #64860C;
}
.AnyTagClassName
{
color: #64860C;
}
</style>
background-color css
<style>
a { background-color: #64860C; }
a { background-color: rgb(100,134,12); }
div.DivClassName
{
background-color: #64860C;
}
.BgClassName
{
background-color: #64860C;
}
</style>
border-color css
<style>
span { border-color: #64860C; }
span { border-color: rgb(100,134,12); }
td.TdClassName
{
border-color: #64860C;
}
.TagClassName
{
border-color: #64860C;
}
</style>