Shades of Olive Drab #60831B
Tints of Olive Drab #60831B
RGB
CMYK
RGB Variations
Color information
#60831B (or 0x60831B) is known color: Olive Drab. HEX triplet: 60, 83 and 1B. RGB value is (96,131,27). Sum of RGB (Red+Green+Blue) = 96+131+27=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #60831B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60831B is #9F7CE4. Grayscale: #6D6D6D. Windows color (decimal): -10452197 or 1803104. OLE color: 1803104.
HSL color Cylindrical-coordinate representation of color #60831B: hue angle of 80.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60831B is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 27 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.49 |
| HSL | 80.19º | 0.66% | 0.31% | - |
| HSV(B) | 80.19º | 0.79% | 0.51% | - |
| XYZ | 13.14 | 18.8 | 3.97 | - |
| YUV | 108.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 27 | 0.27 | 0 | 0.79 | 0.49 | 80.19 | 0.66 | 0.31 |
| Hex | 60 | 83 | 1B | 1B | 0 | 4F | 31 | 50 | 42 | 1F |
| Octal | 140 | 203 | 33 | 33 | 0 | 117 | 61 | 120 | 102 | 37 |
| Binary | 1100000 | 10000011 | 11011 | 11011 | 0 | 1001111 | 110001 | 1010000 | 1000010 | 11111 |
Color Harmonies of #60831B
Complementary color
Monochromatic Colors of #60831B
Black with #60831B
Text Example
Text Example
White with #60831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60831B; }
p { color: rgb(96,131,27); }
H1.HeaderClassName
{
color: #60831B;
}
.AnyTagClassName
{
color: #60831B;
}
</style>
background-color css
<style>
a { background-color: #60831B; }
a { background-color: rgb(96,131,27); }
div.DivClassName
{
background-color: #60831B;
}
.BgClassName
{
background-color: #60831B;
}
</style>
border-color css
<style>
span { border-color: #60831B; }
span { border-color: rgb(96,131,27); }
td.TdClassName
{
border-color: #60831B;
}
.TagClassName
{
border-color: #60831B;
}
</style>