Shades of Olive #859605
Tints of Olive #859605
RGB
CMYK
RGB Variations
Color information
#859605 (or 0x859605) is known color: Olive. HEX triplet: 85, 96 and 05. RGB value is (133,150,5). Sum of RGB (Red+Green+Blue) = 133+150+5=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #859605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859605 is #7A69FA. Grayscale: #808080. Windows color (decimal): -8022523 or 366213. OLE color: 366213.
HSL color Cylindrical-coordinate representation of color #859605: hue angle of 67.03º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859605 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.41 |
| HSL | 67.03º | 0.94% | 0.3% | - |
| HSV(B) | 67.03º | 0.97% | 0.59% | - |
| XYZ | 20.61 | 26.81 | 4.23 | - |
| YUV | 128.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 5 | 0.11 | 0 | 0.97 | 0.41 | 67.03 | 0.94 | 0.3 |
| Hex | 85 | 96 | 5 | B | 0 | 61 | 29 | 43 | 5E | 1E |
| Octal | 205 | 226 | 5 | 13 | 0 | 141 | 51 | 103 | 136 | 36 |
| Binary | 10000101 | 10010110 | 101 | 1011 | 0 | 1100001 | 101001 | 1000011 | 1011110 | 11110 |
Color Harmonies of #859605
Complementary color
Monochromatic Colors of #859605
Black with #859605
Text Example
Text Example
White with #859605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859605; }
p { color: rgb(133,150,5); }
H1.HeaderClassName
{
color: #859605;
}
.AnyTagClassName
{
color: #859605;
}
</style>
background-color css
<style>
a { background-color: #859605; }
a { background-color: rgb(133,150,5); }
div.DivClassName
{
background-color: #859605;
}
.BgClassName
{
background-color: #859605;
}
</style>
border-color css
<style>
span { border-color: #859605; }
span { border-color: rgb(133,150,5); }
td.TdClassName
{
border-color: #859605;
}
.TagClassName
{
border-color: #859605;
}
</style>