Shades of Olive #887600
Tints of Olive #887600
RGB
CMYK
RGB Variations
Color information
#887600 (or 0x887600) is known color: Olive. HEX triplet: 88, 76 and 00. RGB value is (136,118,0). Sum of RGB (Red+Green+Blue) = 136+118+0=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #887600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887600 is #7789FF. Grayscale: #6E6E6E. Windows color (decimal): -7834112 or 30344. OLE color: 30344.
HSL color Cylindrical-coordinate representation of color #887600: hue angle of 52.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #887600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.47 |
| HSL | 52.06º | 1% | 0.27% | - |
| HSV(B) | 52.06º | 1% | 0.53% | - |
| XYZ | 16.63 | 18.19 | 2.63 | - |
| YUV | 109.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 0 | 0 | 0.13 | 1 | 0.47 | 52.06 | 1 | 0.27 |
| Hex | 88 | 76 | 0 | 0 | D | 64 | 2F | 34 | 64 | 1B |
| Octal | 210 | 166 | 0 | 0 | 15 | 144 | 57 | 64 | 144 | 33 |
| Binary | 10001000 | 1110110 | 0 | 0 | 1101 | 1100100 | 101111 | 110100 | 1100100 | 11011 |
Color Harmonies of #887600
Complementary color
Monochromatic Colors of #887600
Black with #887600
Text Example
Text Example
White with #887600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887600; }
p { color: rgb(136,118,0); }
H1.HeaderClassName
{
color: #887600;
}
.AnyTagClassName
{
color: #887600;
}
</style>
background-color css
<style>
a { background-color: #887600; }
a { background-color: rgb(136,118,0); }
div.DivClassName
{
background-color: #887600;
}
.BgClassName
{
background-color: #887600;
}
</style>
border-color css
<style>
span { border-color: #887600; }
span { border-color: rgb(136,118,0); }
td.TdClassName
{
border-color: #887600;
}
.TagClassName
{
border-color: #887600;
}
</style>