Shades of Olive #858C09
Tints of Olive #858C09
RGB
CMYK
RGB Variations
Color information
#858C09 (or 0x858C09) is known color: Olive. HEX triplet: 85, 8C and 09. RGB value is (133,140,9). Sum of RGB (Red+Green+Blue) = 133+140+9=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #858C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C09 is #7A73F6. Grayscale: #7B7B7B. Windows color (decimal): -8025079 or 625797. OLE color: 625797.
HSL color Cylindrical-coordinate representation of color #858C09: hue angle of 63.21º 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 #858C09 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 9 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.45 |
| HSL | 63.21º | 0.88% | 0.29% | - |
| HSV(B) | 63.21º | 0.94% | 0.55% | - |
| XYZ | 19.1 | 23.76 | 3.84 | - |
| YUV | 122.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 9 | 0.05 | 0 | 0.94 | 0.45 | 63.21 | 0.88 | 0.29 |
| Hex | 85 | 8C | 9 | 5 | 0 | 5E | 2D | 3F | 58 | 1D |
| Octal | 205 | 214 | 11 | 5 | 0 | 136 | 55 | 77 | 130 | 35 |
| Binary | 10000101 | 10001100 | 1001 | 101 | 0 | 1011110 | 101101 | 111111 | 1011000 | 11101 |
Color Harmonies of #858C09
Complementary color
Monochromatic Colors of #858C09
Black with #858C09
Text Example
Text Example
White with #858C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C09; }
p { color: rgb(133,140,9); }
H1.HeaderClassName
{
color: #858C09;
}
.AnyTagClassName
{
color: #858C09;
}
</style>
background-color css
<style>
a { background-color: #858C09; }
a { background-color: rgb(133,140,9); }
div.DivClassName
{
background-color: #858C09;
}
.BgClassName
{
background-color: #858C09;
}
</style>
border-color css
<style>
span { border-color: #858C09; }
span { border-color: rgb(133,140,9); }
td.TdClassName
{
border-color: #858C09;
}
.TagClassName
{
border-color: #858C09;
}
</style>