Shades of Olive #879005
Tints of Olive #879005
RGB
CMYK
RGB Variations
Color information
#879005 (or 0x879005) is known color: Olive. HEX triplet: 87, 90 and 05. RGB value is (135,144,5). Sum of RGB (Red+Green+Blue) = 135+144+5=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #879005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879005 is #786FFA. Grayscale: #7E7E7E. Windows color (decimal): -7892987 or 364679. OLE color: 364679.
HSL color Cylindrical-coordinate representation of color #879005: hue angle of 63.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #879005 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 5 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.44 |
| HSL | 63.88º | 0.93% | 0.29% | - |
| HSV(B) | 63.88º | 0.97% | 0.56% | - |
| XYZ | 19.99 | 25.11 | 3.94 | - |
| YUV | 125.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 5 | 0.06 | 0 | 0.97 | 0.44 | 63.88 | 0.93 | 0.29 |
| Hex | 87 | 90 | 5 | 6 | 0 | 61 | 2C | 40 | 5D | 1D |
| Octal | 207 | 220 | 5 | 6 | 0 | 141 | 54 | 100 | 135 | 35 |
| Binary | 10000111 | 10010000 | 101 | 110 | 0 | 1100001 | 101100 | 1000000 | 1011101 | 11101 |
Color Harmonies of #879005
Complementary color
Monochromatic Colors of #879005
Black with #879005
Text Example
Text Example
White with #879005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879005; }
p { color: rgb(135,144,5); }
H1.HeaderClassName
{
color: #879005;
}
.AnyTagClassName
{
color: #879005;
}
</style>
background-color css
<style>
a { background-color: #879005; }
a { background-color: rgb(135,144,5); }
div.DivClassName
{
background-color: #879005;
}
.BgClassName
{
background-color: #879005;
}
</style>
border-color css
<style>
span { border-color: #879005; }
span { border-color: rgb(135,144,5); }
td.TdClassName
{
border-color: #879005;
}
.TagClassName
{
border-color: #879005;
}
</style>