Shades of Olive #887F07
Tints of Olive #887F07
RGB
CMYK
RGB Variations
Color information
#887F07 (or 0x887F07) is known color: Olive. HEX triplet: 88, 7F and 07. RGB value is (136,127,7). Sum of RGB (Red+Green+Blue) = 136+127+7=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #887F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F07 is #7780F8. Grayscale: #747474. Windows color (decimal): -7831801 or 491400. OLE color: 491400.
HSL color Cylindrical-coordinate representation of color #887F07: hue angle of 55.81º 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 #887F07 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 7 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.47 |
| HSL | 55.81º | 0.9% | 0.28% | - |
| HSV(B) | 55.81º | 0.95% | 0.53% | - |
| XYZ | 17.78 | 20.43 | 3.21 | - |
| YUV | 116.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 7 | 0 | 0.07 | 0.95 | 0.47 | 55.81 | 0.9 | 0.28 |
| Hex | 88 | 7F | 7 | 0 | 7 | 5F | 2F | 38 | 5A | 1C |
| Octal | 210 | 177 | 7 | 0 | 7 | 137 | 57 | 70 | 132 | 34 |
| Binary | 10001000 | 1111111 | 111 | 0 | 111 | 1011111 | 101111 | 111000 | 1011010 | 11100 |
Color Harmonies of #887F07
Complementary color
Monochromatic Colors of #887F07
Black with #887F07
Text Example
Text Example
White with #887F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F07; }
p { color: rgb(136,127,7); }
H1.HeaderClassName
{
color: #887F07;
}
.AnyTagClassName
{
color: #887F07;
}
</style>
background-color css
<style>
a { background-color: #887F07; }
a { background-color: rgb(136,127,7); }
div.DivClassName
{
background-color: #887F07;
}
.BgClassName
{
background-color: #887F07;
}
</style>
border-color css
<style>
span { border-color: #887F07; }
span { border-color: rgb(136,127,7); }
td.TdClassName
{
border-color: #887F07;
}
.TagClassName
{
border-color: #887F07;
}
</style>