Shades of Olive #85790B
Tints of Olive #85790B
RGB
CMYK
RGB Variations
Color information
#85790B (or 0x85790B) is known color: Olive. HEX triplet: 85, 79 and 0B. RGB value is (133,121,11). Sum of RGB (Red+Green+Blue) = 133+121+11=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85790B is #7A86F4. Grayscale: #707070. Windows color (decimal): -8029941 or 752005. OLE color: 752005.
HSL color Cylindrical-coordinate representation of color #85790B: hue angle of 54.1º 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 #85790B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.48 |
| HSL | 54.1º | 0.85% | 0.28% | - |
| HSV(B) | 54.1º | 0.92% | 0.52% | - |
| XYZ | 16.57 | 18.69 | 3.05 | - |
| YUV | 112.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 11 | 0 | 0.09 | 0.92 | 0.48 | 54.1 | 0.85 | 0.28 |
| Hex | 85 | 79 | B | 0 | 9 | 5C | 30 | 36 | 55 | 1C |
| Octal | 205 | 171 | 13 | 0 | 11 | 134 | 60 | 66 | 125 | 34 |
| Binary | 10000101 | 1111001 | 1011 | 0 | 1001 | 1011100 | 110000 | 110110 | 1010101 | 11100 |
Color Harmonies of #85790B
Complementary color
Monochromatic Colors of #85790B
Black with #85790B
Text Example
Text Example
White with #85790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85790B; }
p { color: rgb(133,121,11); }
H1.HeaderClassName
{
color: #85790B;
}
.AnyTagClassName
{
color: #85790B;
}
</style>
background-color css
<style>
a { background-color: #85790B; }
a { background-color: rgb(133,121,11); }
div.DivClassName
{
background-color: #85790B;
}
.BgClassName
{
background-color: #85790B;
}
</style>
border-color css
<style>
span { border-color: #85790B; }
span { border-color: rgb(133,121,11); }
td.TdClassName
{
border-color: #85790B;
}
.TagClassName
{
border-color: #85790B;
}
</style>