Shades of Olive #887E02
Tints of Olive #887E02
RGB
CMYK
RGB Variations
Color information
#887E02 (or 0x887E02) is known color: Olive. HEX triplet: 88, 7E and 02. RGB value is (136,126,2). Sum of RGB (Red+Green+Blue) = 136+126+2=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887E02 is #7781FD. Grayscale: #737373. Windows color (decimal): -7832062 or 163464. OLE color: 163464.
HSL color Cylindrical-coordinate representation of color #887E02: hue angle of 55.52º 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 #887E02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.47 |
| HSL | 55.52º | 0.97% | 0.27% | - |
| HSV(B) | 55.52º | 0.99% | 0.53% | - |
| XYZ | 17.63 | 20.16 | 3.02 | - |
| YUV | 114.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 2 | 0 | 0.07 | 0.99 | 0.47 | 55.52 | 0.97 | 0.27 |
| Hex | 88 | 7E | 2 | 0 | 7 | 63 | 2F | 38 | 61 | 1B |
| Octal | 210 | 176 | 2 | 0 | 7 | 143 | 57 | 70 | 141 | 33 |
| Binary | 10001000 | 1111110 | 10 | 0 | 111 | 1100011 | 101111 | 111000 | 1100001 | 11011 |
Color Harmonies of #887E02
Complementary color
Monochromatic Colors of #887E02
Black with #887E02
Text Example
Text Example
White with #887E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E02; }
p { color: rgb(136,126,2); }
H1.HeaderClassName
{
color: #887E02;
}
.AnyTagClassName
{
color: #887E02;
}
</style>
background-color css
<style>
a { background-color: #887E02; }
a { background-color: rgb(136,126,2); }
div.DivClassName
{
background-color: #887E02;
}
.BgClassName
{
background-color: #887E02;
}
</style>
border-color css
<style>
span { border-color: #887E02; }
span { border-color: rgb(136,126,2); }
td.TdClassName
{
border-color: #887E02;
}
.TagClassName
{
border-color: #887E02;
}
</style>