Shades of Olive #877E0F
Tints of Olive #877E0F
RGB
CMYK
RGB Variations
Color information
#877E0F (or 0x877E0F) is known color: Olive. HEX triplet: 87, 7E and 0F. RGB value is (135,126,15). Sum of RGB (Red+Green+Blue) = 135+126+15=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #877E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877E0F is #7881F0. Grayscale: #747474. Windows color (decimal): -7897585 or 1015431. OLE color: 1015431.
HSL color Cylindrical-coordinate representation of color #877E0F: hue angle of 55.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #877E0F is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 15 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.47 |
| HSL | 55.5º | 0.8% | 0.29% | - |
| HSV(B) | 55.5º | 0.89% | 0.53% | - |
| XYZ | 17.54 | 20.11 | 3.41 | - |
| YUV | 116.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 15 | 0 | 0.07 | 0.89 | 0.47 | 55.5 | 0.8 | 0.29 |
| Hex | 87 | 7E | F | 0 | 7 | 59 | 2F | 38 | 50 | 1D |
| Octal | 207 | 176 | 17 | 0 | 7 | 131 | 57 | 70 | 120 | 35 |
| Binary | 10000111 | 1111110 | 1111 | 0 | 111 | 1011001 | 101111 | 111000 | 1010000 | 11101 |
Color Harmonies of #877E0F
Complementary color
Monochromatic Colors of #877E0F
Black with #877E0F
Text Example
Text Example
White with #877E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E0F; }
p { color: rgb(135,126,15); }
H1.HeaderClassName
{
color: #877E0F;
}
.AnyTagClassName
{
color: #877E0F;
}
</style>
background-color css
<style>
a { background-color: #877E0F; }
a { background-color: rgb(135,126,15); }
div.DivClassName
{
background-color: #877E0F;
}
.BgClassName
{
background-color: #877E0F;
}
</style>
border-color css
<style>
span { border-color: #877E0F; }
span { border-color: rgb(135,126,15); }
td.TdClassName
{
border-color: #877E0F;
}
.TagClassName
{
border-color: #877E0F;
}
</style>