Shades of Olive #858707
Tints of Olive #858707
RGB
CMYK
RGB Variations
Color information
#858707 (or 0x858707) is known color: Olive. HEX triplet: 85, 87 and 07. RGB value is (133,135,7). Sum of RGB (Red+Green+Blue) = 133+135+7=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #858707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858707 is #7A78F8. Grayscale: #787878. Windows color (decimal): -8026361 or 493445. OLE color: 493445.
HSL color Cylindrical-coordinate representation of color #858707: hue angle of 60.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858707 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.47 |
| HSL | 60.94º | 0.9% | 0.28% | - |
| HSV(B) | 60.94º | 0.95% | 0.53% | - |
| XYZ | 18.38 | 22.33 | 3.54 | - |
| YUV | 119.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 7 | 0.01 | 0 | 0.95 | 0.47 | 60.94 | 0.9 | 0.28 |
| Hex | 85 | 87 | 7 | 1 | 0 | 5F | 2F | 3D | 5A | 1C |
| Octal | 205 | 207 | 7 | 1 | 0 | 137 | 57 | 75 | 132 | 34 |
| Binary | 10000101 | 10000111 | 111 | 1 | 0 | 1011111 | 101111 | 111101 | 1011010 | 11100 |
Color Harmonies of #858707
Complementary color
Monochromatic Colors of #858707
Black with #858707
Text Example
Text Example
White with #858707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858707; }
p { color: rgb(133,135,7); }
H1.HeaderClassName
{
color: #858707;
}
.AnyTagClassName
{
color: #858707;
}
</style>
background-color css
<style>
a { background-color: #858707; }
a { background-color: rgb(133,135,7); }
div.DivClassName
{
background-color: #858707;
}
.BgClassName
{
background-color: #858707;
}
</style>
border-color css
<style>
span { border-color: #858707; }
span { border-color: rgb(133,135,7); }
td.TdClassName
{
border-color: #858707;
}
.TagClassName
{
border-color: #858707;
}
</style>