Shades of Olive #877E0D
Tints of Olive #877E0D
RGB
CMYK
RGB Variations
Color information
#877E0D (or 0x877E0D) is known color: Olive. HEX triplet: 87, 7E and 0D. RGB value is (135,126,13). Sum of RGB (Red+Green+Blue) = 135+126+13=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #877E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877E0D is #7881F2. Grayscale: #747474. Windows color (decimal): -7897587 or 884359. OLE color: 884359.
HSL color Cylindrical-coordinate representation of color #877E0D: hue angle of 55.57º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #877E0D is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 13 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.47 |
| HSL | 55.57º | 0.82% | 0.29% | - |
| HSV(B) | 55.57º | 0.9% | 0.53% | - |
| XYZ | 17.53 | 20.1 | 3.34 | - |
| YUV | 115.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 13 | 0 | 0.07 | 0.90 | 0.47 | 55.57 | 0.82 | 0.29 |
| Hex | 87 | 7E | D | 0 | 7 | 5A | 2F | 38 | 52 | 1D |
| Octal | 207 | 176 | 15 | 0 | 7 | 132 | 57 | 70 | 122 | 35 |
| Binary | 10000111 | 1111110 | 1101 | 0 | 111 | 1011010 | 101111 | 111000 | 1010010 | 11101 |
Color Harmonies of #877E0D
Complementary color
Monochromatic Colors of #877E0D
Black with #877E0D
Text Example
Text Example
White with #877E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E0D; }
p { color: rgb(135,126,13); }
H1.HeaderClassName
{
color: #877E0D;
}
.AnyTagClassName
{
color: #877E0D;
}
</style>
background-color css
<style>
a { background-color: #877E0D; }
a { background-color: rgb(135,126,13); }
div.DivClassName
{
background-color: #877E0D;
}
.BgClassName
{
background-color: #877E0D;
}
</style>
border-color css
<style>
span { border-color: #877E0D; }
span { border-color: rgb(135,126,13); }
td.TdClassName
{
border-color: #877E0D;
}
.TagClassName
{
border-color: #877E0D;
}
</style>