Shades of Olive #859D00
Tints of Olive #859D00
RGB
CMYK
RGB Variations
Color information
#859D00 (or 0x859D00) is known color: Olive. HEX triplet: 85, 9D and 00. RGB value is (133,157,0). Sum of RGB (Red+Green+Blue) = 133+157+0=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #859D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859D00 is #7A62FF. Grayscale: #848484. Windows color (decimal): -8020736 or 40325. OLE color: 40325.
HSL color Cylindrical-coordinate representation of color #859D00: hue angle of 69.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859D00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.38 |
| HSL | 69.17º | 1% | 0.31% | - |
| HSV(B) | 69.17º | 1% | 0.62% | - |
| XYZ | 21.73 | 29.1 | 4.47 | - |
| YUV | 131.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 0 | 0.15 | 0 | 1 | 0.38 | 69.17 | 1 | 0.31 |
| Hex | 85 | 9D | 0 | F | 0 | 64 | 26 | 45 | 64 | 1F |
| Octal | 205 | 235 | 0 | 17 | 0 | 144 | 46 | 105 | 144 | 37 |
| Binary | 10000101 | 10011101 | 0 | 1111 | 0 | 1100100 | 100110 | 1000101 | 1100100 | 11111 |
Color Harmonies of #859D00
Complementary color
Monochromatic Colors of #859D00
Black with #859D00
Text Example
Text Example
White with #859D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D00; }
p { color: rgb(133,157,0); }
H1.HeaderClassName
{
color: #859D00;
}
.AnyTagClassName
{
color: #859D00;
}
</style>
background-color css
<style>
a { background-color: #859D00; }
a { background-color: rgb(133,157,0); }
div.DivClassName
{
background-color: #859D00;
}
.BgClassName
{
background-color: #859D00;
}
</style>
border-color css
<style>
span { border-color: #859D00; }
span { border-color: rgb(133,157,0); }
td.TdClassName
{
border-color: #859D00;
}
.TagClassName
{
border-color: #859D00;
}
</style>