Shades of Olive #85900D
Tints of Olive #85900D
RGB
CMYK
RGB Variations
Color information
#85900D (or 0x85900D) is known color: Olive. HEX triplet: 85, 90 and 0D. RGB value is (133,144,13). Sum of RGB (Red+Green+Blue) = 133+144+13=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #85900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85900D is #7A6FF2. Grayscale: #7E7E7E. Windows color (decimal): -8024051 or 888965. OLE color: 888965.
HSL color Cylindrical-coordinate representation of color #85900D: hue angle of 65.04º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85900D is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 13 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.44 |
| HSL | 65.04º | 0.83% | 0.31% | - |
| HSV(B) | 65.04º | 0.91% | 0.56% | - |
| XYZ | 19.72 | 24.96 | 4.16 | - |
| YUV | 125.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 13 | 0.08 | 0 | 0.91 | 0.44 | 65.04 | 0.83 | 0.31 |
| Hex | 85 | 90 | D | 8 | 0 | 5B | 2C | 41 | 53 | 1F |
| Octal | 205 | 220 | 15 | 10 | 0 | 133 | 54 | 101 | 123 | 37 |
| Binary | 10000101 | 10010000 | 1101 | 1000 | 0 | 1011011 | 101100 | 1000001 | 1010011 | 11111 |
Color Harmonies of #85900D
Complementary color
Monochromatic Colors of #85900D
Black with #85900D
Text Example
Text Example
White with #85900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85900D; }
p { color: rgb(133,144,13); }
H1.HeaderClassName
{
color: #85900D;
}
.AnyTagClassName
{
color: #85900D;
}
</style>
background-color css
<style>
a { background-color: #85900D; }
a { background-color: rgb(133,144,13); }
div.DivClassName
{
background-color: #85900D;
}
.BgClassName
{
background-color: #85900D;
}
</style>
border-color css
<style>
span { border-color: #85900D; }
span { border-color: rgb(133,144,13); }
td.TdClassName
{
border-color: #85900D;
}
.TagClassName
{
border-color: #85900D;
}
</style>