Shades of Olive #887F08
Tints of Olive #887F08
RGB
CMYK
RGB Variations
Color information
#887F08 (or 0x887F08) is known color: Olive. HEX triplet: 88, 7F and 08. RGB value is (136,127,8). Sum of RGB (Red+Green+Blue) = 136+127+8=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #887F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F08 is #7780F7. Grayscale: #747474. Windows color (decimal): -7831800 or 556936. OLE color: 556936.
HSL color Cylindrical-coordinate representation of color #887F08: hue angle of 55.78º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #887F08 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 8 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.47 |
| HSL | 55.78º | 0.89% | 0.28% | - |
| HSV(B) | 55.78º | 0.94% | 0.53% | - |
| XYZ | 17.79 | 20.43 | 3.24 | - |
| YUV | 116.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 8 | 0 | 0.07 | 0.94 | 0.47 | 55.78 | 0.89 | 0.28 |
| Hex | 88 | 7F | 8 | 0 | 7 | 5E | 2F | 38 | 59 | 1C |
| Octal | 210 | 177 | 10 | 0 | 7 | 136 | 57 | 70 | 131 | 34 |
| Binary | 10001000 | 1111111 | 1000 | 0 | 111 | 1011110 | 101111 | 111000 | 1011001 | 11100 |
Color Harmonies of #887F08
Complementary color
Monochromatic Colors of #887F08
Black with #887F08
Text Example
Text Example
White with #887F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F08; }
p { color: rgb(136,127,8); }
H1.HeaderClassName
{
color: #887F08;
}
.AnyTagClassName
{
color: #887F08;
}
</style>
background-color css
<style>
a { background-color: #887F08; }
a { background-color: rgb(136,127,8); }
div.DivClassName
{
background-color: #887F08;
}
.BgClassName
{
background-color: #887F08;
}
</style>
border-color css
<style>
span { border-color: #887F08; }
span { border-color: rgb(136,127,8); }
td.TdClassName
{
border-color: #887F08;
}
.TagClassName
{
border-color: #887F08;
}
</style>