Shades of Olive Drab #60802B
Tints of Olive Drab #60802B
RGB
CMYK
RGB Variations
Color information
#60802B (or 0x60802B) is known color: Olive Drab. HEX triplet: 60, 80 and 2B. RGB value is (96,128,43). Sum of RGB (Red+Green+Blue) = 96+128+43=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #60802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60802B is #9F7FD4. Grayscale: #6D6D6D. Windows color (decimal): -10452949 or 2850912. OLE color: 2850912.
HSL color Cylindrical-coordinate representation of color #60802B: hue angle of 82.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60802B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 43 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.50 |
| HSL | 82.59º | 0.5% | 0.34% | - |
| HSV(B) | 82.59º | 0.66% | 0.5% | - |
| XYZ | 12.98 | 18.1 | 5.09 | - |
| YUV | 108.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 43 | 0.25 | 0 | 0.66 | 0.50 | 82.59 | 0.5 | 0.34 |
| Hex | 60 | 80 | 2B | 19 | 0 | 42 | 32 | 53 | 32 | 22 |
| Octal | 140 | 200 | 53 | 31 | 0 | 102 | 62 | 123 | 62 | 42 |
| Binary | 1100000 | 10000000 | 101011 | 11001 | 0 | 1000010 | 110010 | 1010011 | 110010 | 100010 |
Color Harmonies of #60802B
Complementary color
Monochromatic Colors of #60802B
Black with #60802B
Text Example
Text Example
White with #60802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60802B; }
p { color: rgb(96,128,43); }
H1.HeaderClassName
{
color: #60802B;
}
.AnyTagClassName
{
color: #60802B;
}
</style>
background-color css
<style>
a { background-color: #60802B; }
a { background-color: rgb(96,128,43); }
div.DivClassName
{
background-color: #60802B;
}
.BgClassName
{
background-color: #60802B;
}
</style>
border-color css
<style>
span { border-color: #60802B; }
span { border-color: rgb(96,128,43); }
td.TdClassName
{
border-color: #60802B;
}
.TagClassName
{
border-color: #60802B;
}
</style>