Shades of Olive #85880D
Tints of Olive #85880D
RGB
CMYK
RGB Variations
Color information
#85880D (or 0x85880D) is known color: Olive. HEX triplet: 85, 88 and 0D. RGB value is (133,136,13). Sum of RGB (Red+Green+Blue) = 133+136+13=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #85880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85880D is #7A77F2. Grayscale: #797979. Windows color (decimal): -8026099 or 886917. OLE color: 886917.
HSL color Cylindrical-coordinate representation of color #85880D: hue angle of 61.46º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85880D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 13 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.47 |
| HSL | 61.46º | 0.83% | 0.29% | - |
| HSV(B) | 61.46º | 0.9% | 0.53% | - |
| XYZ | 18.55 | 22.62 | 3.77 | - |
| YUV | 121.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 13 | 0.02 | 0 | 0.90 | 0.47 | 61.46 | 0.83 | 0.29 |
| Hex | 85 | 88 | D | 2 | 0 | 5A | 2F | 3D | 53 | 1D |
| Octal | 205 | 210 | 15 | 2 | 0 | 132 | 57 | 75 | 123 | 35 |
| Binary | 10000101 | 10001000 | 1101 | 10 | 0 | 1011010 | 101111 | 111101 | 1010011 | 11101 |
Color Harmonies of #85880D
Complementary color
Monochromatic Colors of #85880D
Black with #85880D
Text Example
Text Example
White with #85880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85880D; }
p { color: rgb(133,136,13); }
H1.HeaderClassName
{
color: #85880D;
}
.AnyTagClassName
{
color: #85880D;
}
</style>
background-color css
<style>
a { background-color: #85880D; }
a { background-color: rgb(133,136,13); }
div.DivClassName
{
background-color: #85880D;
}
.BgClassName
{
background-color: #85880D;
}
</style>
border-color css
<style>
span { border-color: #85880D; }
span { border-color: rgb(133,136,13); }
td.TdClassName
{
border-color: #85880D;
}
.TagClassName
{
border-color: #85880D;
}
</style>