Shades of Olive Drab #60841D
Tints of Olive Drab #60841D
RGB
CMYK
RGB Variations
Color information
#60841D (or 0x60841D) is known color: Olive Drab. HEX triplet: 60, 84 and 1D. RGB value is (96,132,29). Sum of RGB (Red+Green+Blue) = 96+132+29=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #60841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60841D is #9F7BE2. Grayscale: #6D6D6D. Windows color (decimal): -10451939 or 1934432. OLE color: 1934432.
HSL color Cylindrical-coordinate representation of color #60841D: hue angle of 80.97º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60841D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 29 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.48 |
| HSL | 80.97º | 0.64% | 0.32% | - |
| HSV(B) | 80.97º | 0.78% | 0.52% | - |
| XYZ | 13.3 | 19.08 | 4.14 | - |
| YUV | 109.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 29 | 0.27 | 0 | 0.78 | 0.48 | 80.97 | 0.64 | 0.32 |
| Hex | 60 | 84 | 1D | 1B | 0 | 4E | 30 | 51 | 40 | 20 |
| Octal | 140 | 204 | 35 | 33 | 0 | 116 | 60 | 121 | 100 | 40 |
| Binary | 1100000 | 10000100 | 11101 | 11011 | 0 | 1001110 | 110000 | 1010001 | 1000000 | 100000 |
Color Harmonies of #60841D
Complementary color
Monochromatic Colors of #60841D
Black with #60841D
Text Example
Text Example
White with #60841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60841D; }
p { color: rgb(96,132,29); }
H1.HeaderClassName
{
color: #60841D;
}
.AnyTagClassName
{
color: #60841D;
}
</style>
background-color css
<style>
a { background-color: #60841D; }
a { background-color: rgb(96,132,29); }
div.DivClassName
{
background-color: #60841D;
}
.BgClassName
{
background-color: #60841D;
}
</style>
border-color css
<style>
span { border-color: #60841D; }
span { border-color: rgb(96,132,29); }
td.TdClassName
{
border-color: #60841D;
}
.TagClassName
{
border-color: #60841D;
}
</style>