Shades of Olive #878000
Tints of Olive #878000
RGB
CMYK
RGB Variations
Color information
#878000 (or 0x878000) is known color: Olive. HEX triplet: 87, 80 and 00. RGB value is (135,128,0). Sum of RGB (Red+Green+Blue) = 135+128+0=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #878000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878000 is #787FFF. Grayscale: #747474. Windows color (decimal): -7897088 or 32903. OLE color: 32903.
HSL color Cylindrical-coordinate representation of color #878000: hue angle of 56.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #878000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.47 |
| HSL | 56.89º | 1% | 0.26% | - |
| HSV(B) | 56.89º | 1% | 0.53% | - |
| XYZ | 17.71 | 20.59 | 3.04 | - |
| YUV | 115.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 0 | 0 | 0.05 | 1 | 0.47 | 56.89 | 1 | 0.26 |
| Hex | 87 | 80 | 0 | 0 | 5 | 64 | 2F | 39 | 64 | 1A |
| Octal | 207 | 200 | 0 | 0 | 5 | 144 | 57 | 71 | 144 | 32 |
| Binary | 10000111 | 10000000 | 0 | 0 | 101 | 1100100 | 101111 | 111001 | 1100100 | 11010 |
Color Harmonies of #878000
Complementary color
Monochromatic Colors of #878000
Black with #878000
Text Example
Text Example
White with #878000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878000; }
p { color: rgb(135,128,0); }
H1.HeaderClassName
{
color: #878000;
}
.AnyTagClassName
{
color: #878000;
}
</style>
background-color css
<style>
a { background-color: #878000; }
a { background-color: rgb(135,128,0); }
div.DivClassName
{
background-color: #878000;
}
.BgClassName
{
background-color: #878000;
}
</style>
border-color css
<style>
span { border-color: #878000; }
span { border-color: rgb(135,128,0); }
td.TdClassName
{
border-color: #878000;
}
.TagClassName
{
border-color: #878000;
}
</style>