Shades of Olive #887B08
Tints of Olive #887B08
RGB
CMYK
RGB Variations
Color information
#887B08 (or 0x887B08) is known color: Olive. HEX triplet: 88, 7B and 08. RGB value is (136,123,8). Sum of RGB (Red+Green+Blue) = 136+123+8=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #887B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B08 is #7784F7. Grayscale: #727272. Windows color (decimal): -7832824 or 555912. OLE color: 555912.
HSL color Cylindrical-coordinate representation of color #887B08: hue angle of 53.91º 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 #887B08 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 8 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.47 |
| HSL | 53.91º | 0.89% | 0.28% | - |
| HSV(B) | 53.91º | 0.94% | 0.53% | - |
| XYZ | 17.28 | 19.42 | 3.07 | - |
| YUV | 113.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 8 | 0 | 0.10 | 0.94 | 0.47 | 53.91 | 0.89 | 0.28 |
| Hex | 88 | 7B | 8 | 0 | A | 5E | 2F | 36 | 59 | 1C |
| Octal | 210 | 173 | 10 | 0 | 12 | 136 | 57 | 66 | 131 | 34 |
| Binary | 10001000 | 1111011 | 1000 | 0 | 1010 | 1011110 | 101111 | 110110 | 1011001 | 11100 |
Color Harmonies of #887B08
Complementary color
Monochromatic Colors of #887B08
Black with #887B08
Text Example
Text Example
White with #887B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B08; }
p { color: rgb(136,123,8); }
H1.HeaderClassName
{
color: #887B08;
}
.AnyTagClassName
{
color: #887B08;
}
</style>
background-color css
<style>
a { background-color: #887B08; }
a { background-color: rgb(136,123,8); }
div.DivClassName
{
background-color: #887B08;
}
.BgClassName
{
background-color: #887B08;
}
</style>
border-color css
<style>
span { border-color: #887B08; }
span { border-color: rgb(136,123,8); }
td.TdClassName
{
border-color: #887B08;
}
.TagClassName
{
border-color: #887B08;
}
</style>