Shades of Olive #887B05
Tints of Olive #887B05
RGB
CMYK
RGB Variations
Color information
#887B05 (or 0x887B05) is known color: Olive. HEX triplet: 88, 7B and 05. RGB value is (136,123,5). Sum of RGB (Red+Green+Blue) = 136+123+5=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B05 is #7784FA. Grayscale: #717171. Windows color (decimal): -7832827 or 359304. OLE color: 359304.
HSL color Cylindrical-coordinate representation of color #887B05: hue angle of 54.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #887B05 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 5 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.47 |
| HSL | 54.05º | 0.93% | 0.28% | - |
| HSV(B) | 54.05º | 0.96% | 0.53% | - |
| XYZ | 17.26 | 19.41 | 2.98 | - |
| YUV | 113.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 5 | 0 | 0.10 | 0.96 | 0.47 | 54.05 | 0.93 | 0.28 |
| Hex | 88 | 7B | 5 | 0 | A | 60 | 2F | 36 | 5D | 1C |
| Octal | 210 | 173 | 5 | 0 | 12 | 140 | 57 | 66 | 135 | 34 |
| Binary | 10001000 | 1111011 | 101 | 0 | 1010 | 1100000 | 101111 | 110110 | 1011101 | 11100 |
Color Harmonies of #887B05
Complementary color
Monochromatic Colors of #887B05
Black with #887B05
Text Example
Text Example
White with #887B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B05; }
p { color: rgb(136,123,5); }
H1.HeaderClassName
{
color: #887B05;
}
.AnyTagClassName
{
color: #887B05;
}
</style>
background-color css
<style>
a { background-color: #887B05; }
a { background-color: rgb(136,123,5); }
div.DivClassName
{
background-color: #887B05;
}
.BgClassName
{
background-color: #887B05;
}
</style>
border-color css
<style>
span { border-color: #887B05; }
span { border-color: rgb(136,123,5); }
td.TdClassName
{
border-color: #887B05;
}
.TagClassName
{
border-color: #887B05;
}
</style>