Shades of Olive #858012
Tints of Olive #858012
RGB
CMYK
RGB Variations
Color information
#858012 (or 0x858012) is known color: Olive. HEX triplet: 85, 80 and 12. RGB value is (133,128,18). Sum of RGB (Red+Green+Blue) = 133+128+18=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #858012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858012 is #7A7FED. Grayscale: #757575. Windows color (decimal): -8028142 or 1212549. OLE color: 1212549.
HSL color Cylindrical-coordinate representation of color #858012: hue angle of 57.39º 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 #858012 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 18 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.48 |
| HSL | 57.39º | 0.76% | 0.3% | - |
| HSV(B) | 57.39º | 0.86% | 0.52% | - |
| XYZ | 17.5 | 20.47 | 3.6 | - |
| YUV | 116.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 18 | 0 | 0.04 | 0.86 | 0.48 | 57.39 | 0.76 | 0.3 |
| Hex | 85 | 80 | 12 | 0 | 4 | 56 | 30 | 39 | 4C | 1E |
| Octal | 205 | 200 | 22 | 0 | 4 | 126 | 60 | 71 | 114 | 36 |
| Binary | 10000101 | 10000000 | 10010 | 0 | 100 | 1010110 | 110000 | 111001 | 1001100 | 11110 |
Color Harmonies of #858012
Complementary color
Monochromatic Colors of #858012
Black with #858012
Text Example
Text Example
White with #858012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858012; }
p { color: rgb(133,128,18); }
H1.HeaderClassName
{
color: #858012;
}
.AnyTagClassName
{
color: #858012;
}
</style>
background-color css
<style>
a { background-color: #858012; }
a { background-color: rgb(133,128,18); }
div.DivClassName
{
background-color: #858012;
}
.BgClassName
{
background-color: #858012;
}
</style>
border-color css
<style>
span { border-color: #858012; }
span { border-color: rgb(133,128,18); }
td.TdClassName
{
border-color: #858012;
}
.TagClassName
{
border-color: #858012;
}
</style>