Shades of Olive #879405
Tints of Olive #879405
RGB
CMYK
RGB Variations
Color information
#879405 (or 0x879405) is known color: Olive. HEX triplet: 87, 94 and 05. RGB value is (135,148,5). Sum of RGB (Red+Green+Blue) = 135+148+5=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #879405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879405 is #786BFA. Grayscale: #808080. Windows color (decimal): -7891963 or 365703. OLE color: 365703.
HSL color Cylindrical-coordinate representation of color #879405: hue angle of 65.45º degrees, saturation: 0.93, 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 #879405 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.42 |
| HSL | 65.45º | 0.93% | 0.3% | - |
| HSV(B) | 65.45º | 0.97% | 0.58% | - |
| XYZ | 20.61 | 26.34 | 4.14 | - |
| YUV | 127.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 5 | 0.09 | 0 | 0.97 | 0.42 | 65.45 | 0.93 | 0.3 |
| Hex | 87 | 94 | 5 | 9 | 0 | 61 | 2A | 41 | 5D | 1E |
| Octal | 207 | 224 | 5 | 11 | 0 | 141 | 52 | 101 | 135 | 36 |
| Binary | 10000111 | 10010100 | 101 | 1001 | 0 | 1100001 | 101010 | 1000001 | 1011101 | 11110 |
Color Harmonies of #879405
Complementary color
Monochromatic Colors of #879405
Black with #879405
Text Example
Text Example
White with #879405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879405; }
p { color: rgb(135,148,5); }
H1.HeaderClassName
{
color: #879405;
}
.AnyTagClassName
{
color: #879405;
}
</style>
background-color css
<style>
a { background-color: #879405; }
a { background-color: rgb(135,148,5); }
div.DivClassName
{
background-color: #879405;
}
.BgClassName
{
background-color: #879405;
}
</style>
border-color css
<style>
span { border-color: #879405; }
span { border-color: rgb(135,148,5); }
td.TdClassName
{
border-color: #879405;
}
.TagClassName
{
border-color: #879405;
}
</style>