Shades of Olive #888706
Tints of Olive #888706
RGB
CMYK
RGB Variations
Color information
#888706 (or 0x888706) is known color: Olive. HEX triplet: 88, 87 and 06. RGB value is (136,135,6). Sum of RGB (Red+Green+Blue) = 136+135+6=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #888706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888706 is #7778F9. Grayscale: #797979. Windows color (decimal): -7829754 or 427912. OLE color: 427912.
HSL color Cylindrical-coordinate representation of color #888706: hue angle of 59.54º degrees, saturation: 0.92, 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 #888706 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 6 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.47 |
| HSL | 59.54º | 0.92% | 0.28% | - |
| HSV(B) | 59.54º | 0.96% | 0.53% | - |
| XYZ | 18.85 | 22.58 | 3.54 | - |
| YUV | 120.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 6 | 0 | 0.01 | 0.96 | 0.47 | 59.54 | 0.92 | 0.28 |
| Hex | 88 | 87 | 6 | 0 | 1 | 60 | 2F | 3C | 5C | 1C |
| Octal | 210 | 207 | 6 | 0 | 1 | 140 | 57 | 74 | 134 | 34 |
| Binary | 10001000 | 10000111 | 110 | 0 | 1 | 1100000 | 101111 | 111100 | 1011100 | 11100 |
Color Harmonies of #888706
Complementary color
Monochromatic Colors of #888706
Black with #888706
Text Example
Text Example
White with #888706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888706; }
p { color: rgb(136,135,6); }
H1.HeaderClassName
{
color: #888706;
}
.AnyTagClassName
{
color: #888706;
}
</style>
background-color css
<style>
a { background-color: #888706; }
a { background-color: rgb(136,135,6); }
div.DivClassName
{
background-color: #888706;
}
.BgClassName
{
background-color: #888706;
}
</style>
border-color css
<style>
span { border-color: #888706; }
span { border-color: rgb(136,135,6); }
td.TdClassName
{
border-color: #888706;
}
.TagClassName
{
border-color: #888706;
}
</style>