Shades of Olive #887B02
Tints of Olive #887B02
RGB
CMYK
RGB Variations
Color information
#887B02 (or 0x887B02) is known color: Olive. HEX triplet: 88, 7B and 02. RGB value is (136,123,2). Sum of RGB (Red+Green+Blue) = 136+123+2=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #887B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B02 is #7784FD. Grayscale: #717171. Windows color (decimal): -7832830 or 162696. OLE color: 162696.
HSL color Cylindrical-coordinate representation of color #887B02: hue angle of 54.18º degrees, saturation: 0.97, 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 #887B02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.47 |
| HSL | 54.18º | 0.97% | 0.27% | - |
| HSV(B) | 54.18º | 0.99% | 0.53% | - |
| XYZ | 17.25 | 19.4 | 2.89 | - |
| YUV | 113.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 2 | 0 | 0.10 | 0.99 | 0.47 | 54.18 | 0.97 | 0.27 |
| Hex | 88 | 7B | 2 | 0 | A | 63 | 2F | 36 | 61 | 1B |
| Octal | 210 | 173 | 2 | 0 | 12 | 143 | 57 | 66 | 141 | 33 |
| Binary | 10001000 | 1111011 | 10 | 0 | 1010 | 1100011 | 101111 | 110110 | 1100001 | 11011 |
Color Harmonies of #887B02
Complementary color
Monochromatic Colors of #887B02
Black with #887B02
Text Example
Text Example
White with #887B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B02; }
p { color: rgb(136,123,2); }
H1.HeaderClassName
{
color: #887B02;
}
.AnyTagClassName
{
color: #887B02;
}
</style>
background-color css
<style>
a { background-color: #887B02; }
a { background-color: rgb(136,123,2); }
div.DivClassName
{
background-color: #887B02;
}
.BgClassName
{
background-color: #887B02;
}
</style>
border-color css
<style>
span { border-color: #887B02; }
span { border-color: rgb(136,123,2); }
td.TdClassName
{
border-color: #887B02;
}
.TagClassName
{
border-color: #887B02;
}
</style>