Shades of Olive #887B00
Tints of Olive #887B00
RGB
CMYK
RGB Variations
Color information
#887B00 (or 0x887B00) is known color: Olive. HEX triplet: 88, 7B and 00. RGB value is (136,123,0). Sum of RGB (Red+Green+Blue) = 136+123+0=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #887B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B00 is #7784FF. Grayscale: #717171. Windows color (decimal): -7832832 or 31624. OLE color: 31624.
HSL color Cylindrical-coordinate representation of color #887B00: hue angle of 54.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #887B00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.47 |
| HSL | 54.26º | 1% | 0.27% | - |
| HSV(B) | 54.26º | 1% | 0.53% | - |
| XYZ | 17.24 | 19.4 | 2.84 | - |
| YUV | 112.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 0 | 0 | 0.10 | 1 | 0.47 | 54.26 | 1 | 0.27 |
| Hex | 88 | 7B | 0 | 0 | A | 64 | 2F | 36 | 64 | 1B |
| Octal | 210 | 173 | 0 | 0 | 12 | 144 | 57 | 66 | 144 | 33 |
| Binary | 10001000 | 1111011 | 0 | 0 | 1010 | 1100100 | 101111 | 110110 | 1100100 | 11011 |
Color Harmonies of #887B00
Complementary color
Monochromatic Colors of #887B00
Black with #887B00
Text Example
Text Example
White with #887B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B00; }
p { color: rgb(136,123,0); }
H1.HeaderClassName
{
color: #887B00;
}
.AnyTagClassName
{
color: #887B00;
}
</style>
background-color css
<style>
a { background-color: #887B00; }
a { background-color: rgb(136,123,0); }
div.DivClassName
{
background-color: #887B00;
}
.BgClassName
{
background-color: #887B00;
}
</style>
border-color css
<style>
span { border-color: #887B00; }
span { border-color: rgb(136,123,0); }
td.TdClassName
{
border-color: #887B00;
}
.TagClassName
{
border-color: #887B00;
}
</style>