Shades of Olive #85880F
Tints of Olive #85880F
RGB
CMYK
RGB Variations
Color information
#85880F (or 0x85880F) is known color: Olive. HEX triplet: 85, 88 and 0F. RGB value is (133,136,15). Sum of RGB (Red+Green+Blue) = 133+136+15=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #85880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85880F is #7A77F0. Grayscale: #797979. Windows color (decimal): -8026097 or 1017989. OLE color: 1017989.
HSL color Cylindrical-coordinate representation of color #85880F: hue angle of 61.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85880F is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 15 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.47 |
| HSL | 61.49º | 0.8% | 0.3% | - |
| HSV(B) | 61.49º | 0.89% | 0.53% | - |
| XYZ | 18.56 | 22.63 | 3.84 | - |
| YUV | 121.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 15 | 0.02 | 0 | 0.89 | 0.47 | 61.49 | 0.8 | 0.3 |
| Hex | 85 | 88 | F | 2 | 0 | 59 | 2F | 3D | 50 | 1E |
| Octal | 205 | 210 | 17 | 2 | 0 | 131 | 57 | 75 | 120 | 36 |
| Binary | 10000101 | 10001000 | 1111 | 10 | 0 | 1011001 | 101111 | 111101 | 1010000 | 11110 |
Color Harmonies of #85880F
Complementary color
Monochromatic Colors of #85880F
Black with #85880F
Text Example
Text Example
White with #85880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85880F; }
p { color: rgb(133,136,15); }
H1.HeaderClassName
{
color: #85880F;
}
.AnyTagClassName
{
color: #85880F;
}
</style>
background-color css
<style>
a { background-color: #85880F; }
a { background-color: rgb(133,136,15); }
div.DivClassName
{
background-color: #85880F;
}
.BgClassName
{
background-color: #85880F;
}
</style>
border-color css
<style>
span { border-color: #85880F; }
span { border-color: rgb(133,136,15); }
td.TdClassName
{
border-color: #85880F;
}
.TagClassName
{
border-color: #85880F;
}
</style>