Shades of Olive #85800F
Tints of Olive #85800F
RGB
CMYK
RGB Variations
Color information
#85800F (or 0x85800F) is known color: Olive. HEX triplet: 85, 80 and 0F. RGB value is (133,128,15). Sum of RGB (Red+Green+Blue) = 133+128+15=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800F is #7A7FF0. Grayscale: #757575. Windows color (decimal): -8028145 or 1015941. OLE color: 1015941.
HSL color Cylindrical-coordinate representation of color #85800F: hue angle of 57.46º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85800F is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 15 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.48 |
| HSL | 57.46º | 0.8% | 0.29% | - |
| HSV(B) | 57.46º | 0.89% | 0.52% | - |
| XYZ | 17.48 | 20.46 | 3.48 | - |
| YUV | 116.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 15 | 0 | 0.04 | 0.89 | 0.48 | 57.46 | 0.8 | 0.29 |
| Hex | 85 | 80 | F | 0 | 4 | 59 | 30 | 39 | 50 | 1D |
| Octal | 205 | 200 | 17 | 0 | 4 | 131 | 60 | 71 | 120 | 35 |
| Binary | 10000101 | 10000000 | 1111 | 0 | 100 | 1011001 | 110000 | 111001 | 1010000 | 11101 |
Color Harmonies of #85800F
Complementary color
Monochromatic Colors of #85800F
Black with #85800F
Text Example
Text Example
White with #85800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85800F; }
p { color: rgb(133,128,15); }
H1.HeaderClassName
{
color: #85800F;
}
.AnyTagClassName
{
color: #85800F;
}
</style>
background-color css
<style>
a { background-color: #85800F; }
a { background-color: rgb(133,128,15); }
div.DivClassName
{
background-color: #85800F;
}
.BgClassName
{
background-color: #85800F;
}
</style>
border-color css
<style>
span { border-color: #85800F; }
span { border-color: rgb(133,128,15); }
td.TdClassName
{
border-color: #85800F;
}
.TagClassName
{
border-color: #85800F;
}
</style>