Shades of Olive #85900A
Tints of Olive #85900A
RGB
CMYK
RGB Variations
Color information
#85900A (or 0x85900A) is known color: Olive. HEX triplet: 85, 90 and 0A. RGB value is (133,144,10). Sum of RGB (Red+Green+Blue) = 133+144+10=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #85900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85900A is #7A6FF5. Grayscale: #7D7D7D. Windows color (decimal): -8024054 or 692357. OLE color: 692357.
HSL color Cylindrical-coordinate representation of color #85900A: hue angle of 64.93º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85900A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 10 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.44 |
| HSL | 64.93º | 0.87% | 0.3% | - |
| HSV(B) | 64.93º | 0.93% | 0.56% | - |
| XYZ | 19.7 | 24.95 | 4.07 | - |
| YUV | 125.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 10 | 0.08 | 0 | 0.93 | 0.44 | 64.93 | 0.87 | 0.3 |
| Hex | 85 | 90 | A | 8 | 0 | 5D | 2C | 41 | 57 | 1E |
| Octal | 205 | 220 | 12 | 10 | 0 | 135 | 54 | 101 | 127 | 36 |
| Binary | 10000101 | 10010000 | 1010 | 1000 | 0 | 1011101 | 101100 | 1000001 | 1010111 | 11110 |
Color Harmonies of #85900A
Complementary color
Monochromatic Colors of #85900A
Black with #85900A
Text Example
Text Example
White with #85900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85900A; }
p { color: rgb(133,144,10); }
H1.HeaderClassName
{
color: #85900A;
}
.AnyTagClassName
{
color: #85900A;
}
</style>
background-color css
<style>
a { background-color: #85900A; }
a { background-color: rgb(133,144,10); }
div.DivClassName
{
background-color: #85900A;
}
.BgClassName
{
background-color: #85900A;
}
</style>
border-color css
<style>
span { border-color: #85900A; }
span { border-color: rgb(133,144,10); }
td.TdClassName
{
border-color: #85900A;
}
.TagClassName
{
border-color: #85900A;
}
</style>