Shades of Olive #877000
Tints of Olive #877000
RGB
CMYK
RGB Variations
Color information
#877000 (or 0x877000) is known color: Olive. HEX triplet: 87, 70 and 00. RGB value is (135,112,0). Sum of RGB (Red+Green+Blue) = 135+112+0=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #877000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877000 is #788FFF. Grayscale: #6A6A6A. Windows color (decimal): -7901184 or 28807. OLE color: 28807.
HSL color Cylindrical-coordinate representation of color #877000: hue angle of 49.78º 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 #877000 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 112 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.47 |
| HSL | 49.78º | 1% | 0.26% | - |
| HSV(B) | 49.78º | 1% | 0.53% | - |
| XYZ | 15.79 | 16.74 | 2.4 | - |
| YUV | 106.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 0 | 0 | 0.17 | 1 | 0.47 | 49.78 | 1 | 0.26 |
| Hex | 87 | 70 | 0 | 0 | 11 | 64 | 2F | 32 | 64 | 1A |
| Octal | 207 | 160 | 0 | 0 | 21 | 144 | 57 | 62 | 144 | 32 |
| Binary | 10000111 | 1110000 | 0 | 0 | 10001 | 1100100 | 101111 | 110010 | 1100100 | 11010 |
Color Harmonies of #877000
Complementary color
Monochromatic Colors of #877000
Black with #877000
Text Example
Text Example
White with #877000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877000; }
p { color: rgb(135,112,0); }
H1.HeaderClassName
{
color: #877000;
}
.AnyTagClassName
{
color: #877000;
}
</style>
background-color css
<style>
a { background-color: #877000; }
a { background-color: rgb(135,112,0); }
div.DivClassName
{
background-color: #877000;
}
.BgClassName
{
background-color: #877000;
}
</style>
border-color css
<style>
span { border-color: #877000; }
span { border-color: rgb(135,112,0); }
td.TdClassName
{
border-color: #877000;
}
.TagClassName
{
border-color: #877000;
}
</style>