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