Shades of Olive Drab #60841B
Tints of Olive Drab #60841B
RGB
CMYK
RGB Variations
Color information
#60841B (or 0x60841B) is known color: Olive Drab. HEX triplet: 60, 84 and 1B. RGB value is (96,132,27). Sum of RGB (Red+Green+Blue) = 96+132+27=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #60841B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60841B is #9F7BE4. Grayscale: #6D6D6D. Windows color (decimal): -10451941 or 1803360. OLE color: 1803360.
HSL color Cylindrical-coordinate representation of color #60841B: hue angle of 80.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60841B is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 27 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.48 |
| HSL | 80.57º | 0.66% | 0.31% | - |
| HSV(B) | 80.57º | 0.8% | 0.52% | - |
| XYZ | 13.27 | 19.07 | 4.02 | - |
| YUV | 109.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 27 | 0.27 | 0 | 0.80 | 0.48 | 80.57 | 0.66 | 0.31 |
| Hex | 60 | 84 | 1B | 1B | 0 | 50 | 30 | 51 | 42 | 1F |
| Octal | 140 | 204 | 33 | 33 | 0 | 120 | 60 | 121 | 102 | 37 |
| Binary | 1100000 | 10000100 | 11011 | 11011 | 0 | 1010000 | 110000 | 1010001 | 1000010 | 11111 |
Color Harmonies of #60841B
Complementary color
Monochromatic Colors of #60841B
Black with #60841B
Text Example
Text Example
White with #60841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60841B; }
p { color: rgb(96,132,27); }
H1.HeaderClassName
{
color: #60841B;
}
.AnyTagClassName
{
color: #60841B;
}
</style>
background-color css
<style>
a { background-color: #60841B; }
a { background-color: rgb(96,132,27); }
div.DivClassName
{
background-color: #60841B;
}
.BgClassName
{
background-color: #60841B;
}
</style>
border-color css
<style>
span { border-color: #60841B; }
span { border-color: rgb(96,132,27); }
td.TdClassName
{
border-color: #60841B;
}
.TagClassName
{
border-color: #60841B;
}
</style>