Shades of Olive #887C08
Tints of Olive #887C08
RGB
CMYK
RGB Variations
Color information
#887C08 (or 0x887C08) is known color: Olive. HEX triplet: 88, 7C and 08. RGB value is (136,124,8). Sum of RGB (Red+Green+Blue) = 136+124+8=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #887C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C08 is #7783F7. Grayscale: #727272. Windows color (decimal): -7832568 or 556168. OLE color: 556168.
HSL color Cylindrical-coordinate representation of color #887C08: hue angle of 54.38º 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 #887C08 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 8 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.47 |
| HSL | 54.38º | 0.89% | 0.28% | - |
| HSV(B) | 54.38º | 0.94% | 0.53% | - |
| XYZ | 17.4 | 19.67 | 3.11 | - |
| YUV | 114.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 8 | 0 | 0.09 | 0.94 | 0.47 | 54.38 | 0.89 | 0.28 |
| Hex | 88 | 7C | 8 | 0 | 9 | 5E | 2F | 36 | 59 | 1C |
| Octal | 210 | 174 | 10 | 0 | 11 | 136 | 57 | 66 | 131 | 34 |
| Binary | 10001000 | 1111100 | 1000 | 0 | 1001 | 1011110 | 101111 | 110110 | 1011001 | 11100 |
Color Harmonies of #887C08
Complementary color
Monochromatic Colors of #887C08
Black with #887C08
Text Example
Text Example
White with #887C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C08; }
p { color: rgb(136,124,8); }
H1.HeaderClassName
{
color: #887C08;
}
.AnyTagClassName
{
color: #887C08;
}
</style>
background-color css
<style>
a { background-color: #887C08; }
a { background-color: rgb(136,124,8); }
div.DivClassName
{
background-color: #887C08;
}
.BgClassName
{
background-color: #887C08;
}
</style>
border-color css
<style>
span { border-color: #887C08; }
span { border-color: rgb(136,124,8); }
td.TdClassName
{
border-color: #887C08;
}
.TagClassName
{
border-color: #887C08;
}
</style>