Shades of Olive #858702
Tints of Olive #858702
RGB
CMYK
RGB Variations
Color information
#858702 (or 0x858702) is known color: Olive. HEX triplet: 85, 87 and 02. RGB value is (133,135,2). Sum of RGB (Red+Green+Blue) = 133+135+2=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #858702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858702 is #7A78FD. Grayscale: #777777. Windows color (decimal): -8026366 or 165765. OLE color: 165765.
HSL color Cylindrical-coordinate representation of color #858702: hue angle of 60.9º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858702 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.47 |
| HSL | 60.9º | 0.97% | 0.27% | - |
| HSV(B) | 60.9º | 0.99% | 0.53% | - |
| XYZ | 18.35 | 22.32 | 3.4 | - |
| YUV | 119.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 2 | 0.01 | 0 | 0.99 | 0.47 | 60.9 | 0.97 | 0.27 |
| Hex | 85 | 87 | 2 | 1 | 0 | 63 | 2F | 3D | 61 | 1B |
| Octal | 205 | 207 | 2 | 1 | 0 | 143 | 57 | 75 | 141 | 33 |
| Binary | 10000101 | 10000111 | 10 | 1 | 0 | 1100011 | 101111 | 111101 | 1100001 | 11011 |
Color Harmonies of #858702
Complementary color
Monochromatic Colors of #858702
Black with #858702
Text Example
Text Example
White with #858702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858702; }
p { color: rgb(133,135,2); }
H1.HeaderClassName
{
color: #858702;
}
.AnyTagClassName
{
color: #858702;
}
</style>
background-color css
<style>
a { background-color: #858702; }
a { background-color: rgb(133,135,2); }
div.DivClassName
{
background-color: #858702;
}
.BgClassName
{
background-color: #858702;
}
</style>
border-color css
<style>
span { border-color: #858702; }
span { border-color: rgb(133,135,2); }
td.TdClassName
{
border-color: #858702;
}
.TagClassName
{
border-color: #858702;
}
</style>