Shades of Olive #887B03
Tints of Olive #887B03
RGB
CMYK
RGB Variations
Color information
#887B03 (or 0x887B03) is known color: Olive. HEX triplet: 88, 7B and 03. RGB value is (136,123,3). Sum of RGB (Red+Green+Blue) = 136+123+3=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #887B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B03 is #7784FC. Grayscale: #717171. Windows color (decimal): -7832829 or 228232. OLE color: 228232.
HSL color Cylindrical-coordinate representation of color #887B03: hue angle of 54.14º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #887B03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.47 |
| HSL | 54.14º | 0.96% | 0.27% | - |
| HSV(B) | 54.14º | 0.98% | 0.53% | - |
| XYZ | 17.25 | 19.41 | 2.92 | - |
| YUV | 113.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 3 | 0 | 0.10 | 0.98 | 0.47 | 54.14 | 0.96 | 0.27 |
| Hex | 88 | 7B | 3 | 0 | A | 62 | 2F | 36 | 60 | 1B |
| Octal | 210 | 173 | 3 | 0 | 12 | 142 | 57 | 66 | 140 | 33 |
| Binary | 10001000 | 1111011 | 11 | 0 | 1010 | 1100010 | 101111 | 110110 | 1100000 | 11011 |
Color Harmonies of #887B03
Complementary color
Monochromatic Colors of #887B03
Black with #887B03
Text Example
Text Example
White with #887B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B03; }
p { color: rgb(136,123,3); }
H1.HeaderClassName
{
color: #887B03;
}
.AnyTagClassName
{
color: #887B03;
}
</style>
background-color css
<style>
a { background-color: #887B03; }
a { background-color: rgb(136,123,3); }
div.DivClassName
{
background-color: #887B03;
}
.BgClassName
{
background-color: #887B03;
}
</style>
border-color css
<style>
span { border-color: #887B03; }
span { border-color: rgb(136,123,3); }
td.TdClassName
{
border-color: #887B03;
}
.TagClassName
{
border-color: #887B03;
}
</style>