Shades of Olive #859802
Tints of Olive #859802
RGB
CMYK
RGB Variations
Color information
#859802 (or 0x859802) is known color: Olive. HEX triplet: 85, 98 and 02. RGB value is (133,152,2). Sum of RGB (Red+Green+Blue) = 133+152+2=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #859802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859802 is #7A67FD. Grayscale: #818181. Windows color (decimal): -8022014 or 170117. OLE color: 170117.
HSL color Cylindrical-coordinate representation of color #859802: hue angle of 67.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #859802 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.40 |
| HSL | 67.6º | 0.97% | 0.3% | - |
| HSV(B) | 67.6º | 0.99% | 0.6% | - |
| XYZ | 20.91 | 27.45 | 4.25 | - |
| YUV | 129.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 2 | 0.13 | 0 | 0.99 | 0.40 | 67.6 | 0.97 | 0.3 |
| Hex | 85 | 98 | 2 | D | 0 | 63 | 28 | 44 | 61 | 1E |
| Octal | 205 | 230 | 2 | 15 | 0 | 143 | 50 | 104 | 141 | 36 |
| Binary | 10000101 | 10011000 | 10 | 1101 | 0 | 1100011 | 101000 | 1000100 | 1100001 | 11110 |
Color Harmonies of #859802
Complementary color
Monochromatic Colors of #859802
Black with #859802
Text Example
Text Example
White with #859802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859802; }
p { color: rgb(133,152,2); }
H1.HeaderClassName
{
color: #859802;
}
.AnyTagClassName
{
color: #859802;
}
</style>
background-color css
<style>
a { background-color: #859802; }
a { background-color: rgb(133,152,2); }
div.DivClassName
{
background-color: #859802;
}
.BgClassName
{
background-color: #859802;
}
</style>
border-color css
<style>
span { border-color: #859802; }
span { border-color: rgb(133,152,2); }
td.TdClassName
{
border-color: #859802;
}
.TagClassName
{
border-color: #859802;
}
</style>