Shades of Olive #877D00
Tints of Olive #877D00
RGB
CMYK
RGB Variations
Color information
#877D00 (or 0x877D00) is known color: Olive. HEX triplet: 87, 7D and 00. RGB value is (135,125,0). Sum of RGB (Red+Green+Blue) = 135+125+0=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #877D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877D00 is #7882FF. Grayscale: #727272. Windows color (decimal): -7897856 or 32135. OLE color: 32135.
HSL color Cylindrical-coordinate representation of color #877D00: hue angle of 55.56º 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 #877D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.47 |
| HSL | 55.56º | 1% | 0.26% | - |
| HSV(B) | 55.56º | 1% | 0.53% | - |
| XYZ | 17.33 | 19.82 | 2.91 | - |
| YUV | 113.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 0 | 0 | 0.07 | 1 | 0.47 | 55.56 | 1 | 0.26 |
| Hex | 87 | 7D | 0 | 0 | 7 | 64 | 2F | 38 | 64 | 1A |
| Octal | 207 | 175 | 0 | 0 | 7 | 144 | 57 | 70 | 144 | 32 |
| Binary | 10000111 | 1111101 | 0 | 0 | 111 | 1100100 | 101111 | 111000 | 1100100 | 11010 |
Color Harmonies of #877D00
Complementary color
Monochromatic Colors of #877D00
Black with #877D00
Text Example
Text Example
White with #877D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D00; }
p { color: rgb(135,125,0); }
H1.HeaderClassName
{
color: #877D00;
}
.AnyTagClassName
{
color: #877D00;
}
</style>
background-color css
<style>
a { background-color: #877D00; }
a { background-color: rgb(135,125,0); }
div.DivClassName
{
background-color: #877D00;
}
.BgClassName
{
background-color: #877D00;
}
</style>
border-color css
<style>
span { border-color: #877D00; }
span { border-color: rgb(135,125,0); }
td.TdClassName
{
border-color: #877D00;
}
.TagClassName
{
border-color: #877D00;
}
</style>