Shades of Olive #859B00
Tints of Olive #859B00
RGB
CMYK
RGB Variations
Color information
#859B00 (or 0x859B00) is known color: Olive. HEX triplet: 85, 9B and 00. RGB value is (133,155,0). Sum of RGB (Red+Green+Blue) = 133+155+0=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #859B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859B00 is #7A64FF. Grayscale: #838383. Windows color (decimal): -8021248 or 39813. OLE color: 39813.
HSL color Cylindrical-coordinate representation of color #859B00: hue angle of 68.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859B00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.39 |
| HSL | 68.52º | 1% | 0.3% | - |
| HSV(B) | 68.52º | 1% | 0.61% | - |
| XYZ | 21.39 | 28.43 | 4.36 | - |
| YUV | 130.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 0 | 0.14 | 0 | 1 | 0.39 | 68.52 | 1 | 0.3 |
| Hex | 85 | 9B | 0 | E | 0 | 64 | 27 | 45 | 64 | 1E |
| Octal | 205 | 233 | 0 | 16 | 0 | 144 | 47 | 105 | 144 | 36 |
| Binary | 10000101 | 10011011 | 0 | 1110 | 0 | 1100100 | 100111 | 1000101 | 1100100 | 11110 |
Color Harmonies of #859B00
Complementary color
Monochromatic Colors of #859B00
Black with #859B00
Text Example
Text Example
White with #859B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B00; }
p { color: rgb(133,155,0); }
H1.HeaderClassName
{
color: #859B00;
}
.AnyTagClassName
{
color: #859B00;
}
</style>
background-color css
<style>
a { background-color: #859B00; }
a { background-color: rgb(133,155,0); }
div.DivClassName
{
background-color: #859B00;
}
.BgClassName
{
background-color: #859B00;
}
</style>
border-color css
<style>
span { border-color: #859B00; }
span { border-color: rgb(133,155,0); }
td.TdClassName
{
border-color: #859B00;
}
.TagClassName
{
border-color: #859B00;
}
</style>