Shades of Olive #877E07
Tints of Olive #877E07
RGB
CMYK
RGB Variations
Color information
#877E07 (or 0x877E07) is known color: Olive. HEX triplet: 87, 7E and 07. RGB value is (135,126,7). Sum of RGB (Red+Green+Blue) = 135+126+7=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #877E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877E07 is #7881F8. Grayscale: #737373. Windows color (decimal): -7897593 or 491143. OLE color: 491143.
HSL color Cylindrical-coordinate representation of color #877E07: hue angle of 55.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #877E07 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 7 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.47 |
| HSL | 55.78º | 0.9% | 0.28% | - |
| HSV(B) | 55.78º | 0.95% | 0.53% | - |
| XYZ | 17.49 | 20.09 | 3.16 | - |
| YUV | 115.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 7 | 0 | 0.07 | 0.95 | 0.47 | 55.78 | 0.9 | 0.28 |
| Hex | 87 | 7E | 7 | 0 | 7 | 5F | 2F | 38 | 5A | 1C |
| Octal | 207 | 176 | 7 | 0 | 7 | 137 | 57 | 70 | 132 | 34 |
| Binary | 10000111 | 1111110 | 111 | 0 | 111 | 1011111 | 101111 | 111000 | 1011010 | 11100 |
Color Harmonies of #877E07
Complementary color
Monochromatic Colors of #877E07
Black with #877E07
Text Example
Text Example
White with #877E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E07; }
p { color: rgb(135,126,7); }
H1.HeaderClassName
{
color: #877E07;
}
.AnyTagClassName
{
color: #877E07;
}
</style>
background-color css
<style>
a { background-color: #877E07; }
a { background-color: rgb(135,126,7); }
div.DivClassName
{
background-color: #877E07;
}
.BgClassName
{
background-color: #877E07;
}
</style>
border-color css
<style>
span { border-color: #877E07; }
span { border-color: rgb(135,126,7); }
td.TdClassName
{
border-color: #877E07;
}
.TagClassName
{
border-color: #877E07;
}
</style>