Shades of Olive #85800B
Tints of Olive #85800B
RGB
CMYK
RGB Variations
Color information
#85800B (or 0x85800B) is known color: Olive. HEX triplet: 85, 80 and 0B. RGB value is (133,128,11). Sum of RGB (Red+Green+Blue) = 133+128+11=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800B is #7A7FF4. Grayscale: #747474. Windows color (decimal): -8028149 or 753797. OLE color: 753797.
HSL color Cylindrical-coordinate representation of color #85800B: hue angle of 57.54º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85800B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 11 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.48 |
| HSL | 57.54º | 0.85% | 0.28% | - |
| HSV(B) | 57.54º | 0.92% | 0.52% | - |
| XYZ | 17.45 | 20.45 | 3.34 | - |
| YUV | 116.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 11 | 0 | 0.04 | 0.92 | 0.48 | 57.54 | 0.85 | 0.28 |
| Hex | 85 | 80 | B | 0 | 4 | 5C | 30 | 3A | 55 | 1C |
| Octal | 205 | 200 | 13 | 0 | 4 | 134 | 60 | 72 | 125 | 34 |
| Binary | 10000101 | 10000000 | 1011 | 0 | 100 | 1011100 | 110000 | 111010 | 1010101 | 11100 |
Color Harmonies of #85800B
Complementary color
Monochromatic Colors of #85800B
Black with #85800B
Text Example
Text Example
White with #85800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85800B; }
p { color: rgb(133,128,11); }
H1.HeaderClassName
{
color: #85800B;
}
.AnyTagClassName
{
color: #85800B;
}
</style>
background-color css
<style>
a { background-color: #85800B; }
a { background-color: rgb(133,128,11); }
div.DivClassName
{
background-color: #85800B;
}
.BgClassName
{
background-color: #85800B;
}
</style>
border-color css
<style>
span { border-color: #85800B; }
span { border-color: rgb(133,128,11); }
td.TdClassName
{
border-color: #85800B;
}
.TagClassName
{
border-color: #85800B;
}
</style>