Shades of Olive #858112
Tints of Olive #858112
RGB
CMYK
RGB Variations
Color information
#858112 (or 0x858112) is known color: Olive. HEX triplet: 85, 81 and 12. RGB value is (133,129,18). Sum of RGB (Red+Green+Blue) = 133+129+18=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #858112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858112 is #7A7EED. Grayscale: #757575. Windows color (decimal): -8027886 or 1212805. OLE color: 1212805.
HSL color Cylindrical-coordinate representation of color #858112: hue angle of 57.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858112 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 18 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.48 |
| HSL | 57.91º | 0.76% | 0.3% | - |
| HSV(B) | 57.91º | 0.86% | 0.52% | - |
| XYZ | 17.63 | 20.73 | 3.64 | - |
| YUV | 117.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 18 | 0 | 0.03 | 0.86 | 0.48 | 57.91 | 0.76 | 0.3 |
| Hex | 85 | 81 | 12 | 0 | 3 | 56 | 30 | 3A | 4C | 1E |
| Octal | 205 | 201 | 22 | 0 | 3 | 126 | 60 | 72 | 114 | 36 |
| Binary | 10000101 | 10000001 | 10010 | 0 | 11 | 1010110 | 110000 | 111010 | 1001100 | 11110 |
Color Harmonies of #858112
Complementary color
Monochromatic Colors of #858112
Black with #858112
Text Example
Text Example
White with #858112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858112; }
p { color: rgb(133,129,18); }
H1.HeaderClassName
{
color: #858112;
}
.AnyTagClassName
{
color: #858112;
}
</style>
background-color css
<style>
a { background-color: #858112; }
a { background-color: rgb(133,129,18); }
div.DivClassName
{
background-color: #858112;
}
.BgClassName
{
background-color: #858112;
}
</style>
border-color css
<style>
span { border-color: #858112; }
span { border-color: rgb(133,129,18); }
td.TdClassName
{
border-color: #858112;
}
.TagClassName
{
border-color: #858112;
}
</style>