Shades of Olive #858D09
Tints of Olive #858D09
RGB
CMYK
RGB Variations
Color information
#858D09 (or 0x858D09) is known color: Olive. HEX triplet: 85, 8D and 09. RGB value is (133,141,9). Sum of RGB (Red+Green+Blue) = 133+141+9=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #858D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D09 is #7A72F6. Grayscale: #7C7C7C. Windows color (decimal): -8024823 or 626053. OLE color: 626053.
HSL color Cylindrical-coordinate representation of color #858D09: hue angle of 63.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858D09 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 9 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.45 |
| HSL | 63.64º | 0.88% | 0.29% | - |
| HSV(B) | 63.64º | 0.94% | 0.55% | - |
| XYZ | 19.25 | 24.06 | 3.89 | - |
| YUV | 123.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 9 | 0.06 | 0 | 0.94 | 0.45 | 63.64 | 0.88 | 0.29 |
| Hex | 85 | 8D | 9 | 6 | 0 | 5E | 2D | 40 | 58 | 1D |
| Octal | 205 | 215 | 11 | 6 | 0 | 136 | 55 | 100 | 130 | 35 |
| Binary | 10000101 | 10001101 | 1001 | 110 | 0 | 1011110 | 101101 | 1000000 | 1011000 | 11101 |
Color Harmonies of #858D09
Complementary color
Monochromatic Colors of #858D09
Black with #858D09
Text Example
Text Example
White with #858D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D09; }
p { color: rgb(133,141,9); }
H1.HeaderClassName
{
color: #858D09;
}
.AnyTagClassName
{
color: #858D09;
}
</style>
background-color css
<style>
a { background-color: #858D09; }
a { background-color: rgb(133,141,9); }
div.DivClassName
{
background-color: #858D09;
}
.BgClassName
{
background-color: #858D09;
}
</style>
border-color css
<style>
span { border-color: #858D09; }
span { border-color: rgb(133,141,9); }
td.TdClassName
{
border-color: #858D09;
}
.TagClassName
{
border-color: #858D09;
}
</style>