Shades of Olive #859904
Tints of Olive #859904
RGB
CMYK
RGB Variations
Color information
#859904 (or 0x859904) is known color: Olive. HEX triplet: 85, 99 and 04. RGB value is (133,153,4). Sum of RGB (Red+Green+Blue) = 133+153+4=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #859904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859904 is #7A66FB. Grayscale: #828282. Windows color (decimal): -8021756 or 301445. OLE color: 301445.
HSL color Cylindrical-coordinate representation of color #859904: hue angle of 68.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859904 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 4 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.4 |
| HSL | 68.05º | 0.95% | 0.31% | - |
| HSV(B) | 68.05º | 0.97% | 0.6% | - |
| XYZ | 21.09 | 27.78 | 4.37 | - |
| YUV | 130.03 | 56.87 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 4 | 0.13 | 0 | 0.97 | 0.4 | 68.05 | 0.95 | 0.31 |
| Hex | 85 | 99 | 4 | D | 0 | 61 | 28 | 44 | 5F | 1F |
| Octal | 205 | 231 | 4 | 15 | 0 | 141 | 50 | 104 | 137 | 37 |
| Binary | 10000101 | 10011001 | 100 | 1101 | 0 | 1100001 | 101000 | 1000100 | 1011111 | 11111 |
Color Harmonies of #859904
Complementary color
Monochromatic Colors of #859904
Black with #859904
Text Example
Text Example
White with #859904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859904; }
p { color: rgb(133,153,4); }
H1.HeaderClassName
{
color: #859904;
}
.AnyTagClassName
{
color: #859904;
}
</style>
background-color css
<style>
a { background-color: #859904; }
a { background-color: rgb(133,153,4); }
div.DivClassName
{
background-color: #859904;
}
.BgClassName
{
background-color: #859904;
}
</style>
border-color css
<style>
span { border-color: #859904; }
span { border-color: rgb(133,153,4); }
td.TdClassName
{
border-color: #859904;
}
.TagClassName
{
border-color: #859904;
}
</style>