Shades of Olive #858602
Tints of Olive #858602
RGB
CMYK
RGB Variations
Color information
#858602 (or 0x858602) is known color: Olive. HEX triplet: 85, 86 and 02. RGB value is (133,134,2). Sum of RGB (Red+Green+Blue) = 133+134+2=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #858602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858602 is #7A79FD. Grayscale: #777777. Windows color (decimal): -8026622 or 165509. OLE color: 165509.
HSL color Cylindrical-coordinate representation of color #858602: hue angle of 60.45º 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 #858602 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.47 |
| HSL | 60.45º | 0.97% | 0.27% | - |
| HSV(B) | 60.45º | 0.99% | 0.53% | - |
| XYZ | 18.21 | 22.04 | 3.35 | - |
| YUV | 118.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 2 | 0.01 | 0 | 0.99 | 0.47 | 60.45 | 0.97 | 0.27 |
| Hex | 85 | 86 | 2 | 1 | 0 | 63 | 2F | 3C | 61 | 1B |
| Octal | 205 | 206 | 2 | 1 | 0 | 143 | 57 | 74 | 141 | 33 |
| Binary | 10000101 | 10000110 | 10 | 1 | 0 | 1100011 | 101111 | 111100 | 1100001 | 11011 |
Color Harmonies of #858602
Complementary color
Monochromatic Colors of #858602
Black with #858602
Text Example
Text Example
White with #858602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858602; }
p { color: rgb(133,134,2); }
H1.HeaderClassName
{
color: #858602;
}
.AnyTagClassName
{
color: #858602;
}
</style>
background-color css
<style>
a { background-color: #858602; }
a { background-color: rgb(133,134,2); }
div.DivClassName
{
background-color: #858602;
}
.BgClassName
{
background-color: #858602;
}
</style>
border-color css
<style>
span { border-color: #858602; }
span { border-color: rgb(133,134,2); }
td.TdClassName
{
border-color: #858602;
}
.TagClassName
{
border-color: #858602;
}
</style>