Shades of Olive #858C07
Tints of Olive #858C07
RGB
CMYK
RGB Variations
Color information
#858C07 (or 0x858C07) is known color: Olive. HEX triplet: 85, 8C and 07. RGB value is (133,140,7). Sum of RGB (Red+Green+Blue) = 133+140+7=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #858C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C07 is #7A73F8. Grayscale: #7B7B7B. Windows color (decimal): -8025081 or 494725. OLE color: 494725.
HSL color Cylindrical-coordinate representation of color #858C07: hue angle of 63.16º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858C07 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 7 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.45 |
| HSL | 63.16º | 0.9% | 0.29% | - |
| HSV(B) | 63.16º | 0.95% | 0.55% | - |
| XYZ | 19.09 | 23.76 | 3.78 | - |
| YUV | 122.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 7 | 0.05 | 0 | 0.95 | 0.45 | 63.16 | 0.9 | 0.29 |
| Hex | 85 | 8C | 7 | 5 | 0 | 5F | 2D | 3F | 5A | 1D |
| Octal | 205 | 214 | 7 | 5 | 0 | 137 | 55 | 77 | 132 | 35 |
| Binary | 10000101 | 10001100 | 111 | 101 | 0 | 1011111 | 101101 | 111111 | 1011010 | 11101 |
Color Harmonies of #858C07
Complementary color
Monochromatic Colors of #858C07
Black with #858C07
Text Example
Text Example
White with #858C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C07; }
p { color: rgb(133,140,7); }
H1.HeaderClassName
{
color: #858C07;
}
.AnyTagClassName
{
color: #858C07;
}
</style>
background-color css
<style>
a { background-color: #858C07; }
a { background-color: rgb(133,140,7); }
div.DivClassName
{
background-color: #858C07;
}
.BgClassName
{
background-color: #858C07;
}
</style>
border-color css
<style>
span { border-color: #858C07; }
span { border-color: rgb(133,140,7); }
td.TdClassName
{
border-color: #858C07;
}
.TagClassName
{
border-color: #858C07;
}
</style>