Shades of Olive #879505
Tints of Olive #879505
RGB
CMYK
RGB Variations
Color information
#879505 (or 0x879505) is known color: Olive. HEX triplet: 87, 95 and 05. RGB value is (135,149,5). Sum of RGB (Red+Green+Blue) = 135+149+5=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #879505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879505 is #786AFA. Grayscale: #808080. Windows color (decimal): -7891707 or 365959. OLE color: 365959.
HSL color Cylindrical-coordinate representation of color #879505: hue angle of 65.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #879505 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.42 |
| HSL | 65.83º | 0.94% | 0.3% | - |
| HSV(B) | 65.83º | 0.97% | 0.58% | - |
| XYZ | 20.77 | 26.66 | 4.19 | - |
| YUV | 128.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 5 | 0.09 | 0 | 0.97 | 0.42 | 65.83 | 0.94 | 0.3 |
| Hex | 87 | 95 | 5 | 9 | 0 | 61 | 2A | 42 | 5E | 1E |
| Octal | 207 | 225 | 5 | 11 | 0 | 141 | 52 | 102 | 136 | 36 |
| Binary | 10000111 | 10010101 | 101 | 1001 | 0 | 1100001 | 101010 | 1000010 | 1011110 | 11110 |
Color Harmonies of #879505
Complementary color
Monochromatic Colors of #879505
Black with #879505
Text Example
Text Example
White with #879505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879505; }
p { color: rgb(135,149,5); }
H1.HeaderClassName
{
color: #879505;
}
.AnyTagClassName
{
color: #879505;
}
</style>
background-color css
<style>
a { background-color: #879505; }
a { background-color: rgb(135,149,5); }
div.DivClassName
{
background-color: #879505;
}
.BgClassName
{
background-color: #879505;
}
</style>
border-color css
<style>
span { border-color: #879505; }
span { border-color: rgb(135,149,5); }
td.TdClassName
{
border-color: #879505;
}
.TagClassName
{
border-color: #879505;
}
</style>