Shades of Olive Drab #60820A
Tints of Olive Drab #60820A
RGB
CMYK
RGB Variations
Color information
#60820A (or 0x60820A) is known color: Olive Drab. HEX triplet: 60, 82 and 0A. RGB value is (96,130,10). Sum of RGB (Red+Green+Blue) = 96+130+10=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #60820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60820A is #9F7DF5. Grayscale: #6A6A6A. Windows color (decimal): -10452470 or 688736. OLE color: 688736.
HSL color Cylindrical-coordinate representation of color #60820A: hue angle of 77º 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 #60820A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 10 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.49 |
| HSL | 77º | 0.86% | 0.27% | - |
| HSV(B) | 77º | 0.92% | 0.51% | - |
| XYZ | 12.86 | 18.47 | 3.18 | - |
| YUV | 106.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 10 | 0.26 | 0 | 0.92 | 0.49 | 77 | 0.86 | 0.27 |
| Hex | 60 | 82 | A | 1A | 0 | 5C | 31 | 4D | 56 | 1B |
| Octal | 140 | 202 | 12 | 32 | 0 | 134 | 61 | 115 | 126 | 33 |
| Binary | 1100000 | 10000010 | 1010 | 11010 | 0 | 1011100 | 110001 | 1001101 | 1010110 | 11011 |
Color Harmonies of #60820A
Complementary color
Monochromatic Colors of #60820A
Black with #60820A
Text Example
Text Example
White with #60820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60820A; }
p { color: rgb(96,130,10); }
H1.HeaderClassName
{
color: #60820A;
}
.AnyTagClassName
{
color: #60820A;
}
</style>
background-color css
<style>
a { background-color: #60820A; }
a { background-color: rgb(96,130,10); }
div.DivClassName
{
background-color: #60820A;
}
.BgClassName
{
background-color: #60820A;
}
</style>
border-color css
<style>
span { border-color: #60820A; }
span { border-color: rgb(96,130,10); }
td.TdClassName
{
border-color: #60820A;
}
.TagClassName
{
border-color: #60820A;
}
</style>