Shades of Olive #858700
Tints of Olive #858700
RGB
CMYK
RGB Variations
Color information
#858700 (or 0x858700) is known color: Olive. HEX triplet: 85, 87 and 00. RGB value is (133,135,0). Sum of RGB (Red+Green+Blue) = 133+135+0=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #858700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858700 is #7A78FF. Grayscale: #777777. Windows color (decimal): -8026368 or 34693. OLE color: 34693.
HSL color Cylindrical-coordinate representation of color #858700: hue angle of 60.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #858700 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.47 |
| HSL | 60.89º | 1% | 0.26% | - |
| HSV(B) | 60.89º | 1% | 0.53% | - |
| XYZ | 18.34 | 22.31 | 3.34 | - |
| YUV | 119.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 0 | 0.01 | 0 | 1 | 0.47 | 60.89 | 1 | 0.26 |
| Hex | 85 | 87 | 0 | 1 | 0 | 64 | 2F | 3D | 64 | 1A |
| Octal | 205 | 207 | 0 | 1 | 0 | 144 | 57 | 75 | 144 | 32 |
| Binary | 10000101 | 10000111 | 0 | 1 | 0 | 1100100 | 101111 | 111101 | 1100100 | 11010 |
Color Harmonies of #858700
Complementary color
Monochromatic Colors of #858700
Black with #858700
Text Example
Text Example
White with #858700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858700; }
p { color: rgb(133,135,0); }
H1.HeaderClassName
{
color: #858700;
}
.AnyTagClassName
{
color: #858700;
}
</style>
background-color css
<style>
a { background-color: #858700; }
a { background-color: rgb(133,135,0); }
div.DivClassName
{
background-color: #858700;
}
.BgClassName
{
background-color: #858700;
}
</style>
border-color css
<style>
span { border-color: #858700; }
span { border-color: rgb(133,135,0); }
td.TdClassName
{
border-color: #858700;
}
.TagClassName
{
border-color: #858700;
}
</style>