Shades of Olive Drab #64820A
Tints of Olive Drab #64820A
RGB
CMYK
RGB Variations
Color information
#64820A (or 0x64820A) is known color: Olive Drab. HEX triplet: 64, 82 and 0A. RGB value is (100,130,10). Sum of RGB (Red+Green+Blue) = 100+130+10=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #64820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64820A is #9B7DF5. Grayscale: #6B6B6B. Windows color (decimal): -10190326 or 688740. OLE color: 688740.
HSL color Cylindrical-coordinate representation of color #64820A: hue angle of 75º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64820A is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 10 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.49 |
| HSL | 75º | 0.86% | 0.27% | - |
| HSV(B) | 75º | 0.92% | 0.51% | - |
| XYZ | 13.29 | 18.7 | 3.2 | - |
| YUV | 107.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 10 | 0.23 | 0 | 0.92 | 0.49 | 75 | 0.86 | 0.27 |
| Hex | 64 | 82 | A | 17 | 0 | 5C | 31 | 4B | 56 | 1B |
| Octal | 144 | 202 | 12 | 27 | 0 | 134 | 61 | 113 | 126 | 33 |
| Binary | 1100100 | 10000010 | 1010 | 10111 | 0 | 1011100 | 110001 | 1001011 | 1010110 | 11011 |
Color Harmonies of #64820A
Complementary color
Monochromatic Colors of #64820A
Black with #64820A
Text Example
Text Example
White with #64820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64820A; }
p { color: rgb(100,130,10); }
H1.HeaderClassName
{
color: #64820A;
}
.AnyTagClassName
{
color: #64820A;
}
</style>
background-color css
<style>
a { background-color: #64820A; }
a { background-color: rgb(100,130,10); }
div.DivClassName
{
background-color: #64820A;
}
.BgClassName
{
background-color: #64820A;
}
</style>
border-color css
<style>
span { border-color: #64820A; }
span { border-color: rgb(100,130,10); }
td.TdClassName
{
border-color: #64820A;
}
.TagClassName
{
border-color: #64820A;
}
</style>