Shades of Olive #888705
Tints of Olive #888705
RGB
CMYK
RGB Variations
Color information
#888705 (or 0x888705) is known color: Olive. HEX triplet: 88, 87 and 05. RGB value is (136,135,5). Sum of RGB (Red+Green+Blue) = 136+135+5=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #888705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888705 is #7778FA. Grayscale: #787878. Windows color (decimal): -7829755 or 362376. OLE color: 362376.
HSL color Cylindrical-coordinate representation of color #888705: hue angle of 59.54º 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 #888705 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 5 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.47 |
| HSL | 59.54º | 0.93% | 0.28% | - |
| HSV(B) | 59.54º | 0.96% | 0.53% | - |
| XYZ | 18.84 | 22.57 | 3.51 | - |
| YUV | 120.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 5 | 0 | 0.01 | 0.96 | 0.47 | 59.54 | 0.93 | 0.28 |
| Hex | 88 | 87 | 5 | 0 | 1 | 60 | 2F | 3C | 5D | 1C |
| Octal | 210 | 207 | 5 | 0 | 1 | 140 | 57 | 74 | 135 | 34 |
| Binary | 10001000 | 10000111 | 101 | 0 | 1 | 1100000 | 101111 | 111100 | 1011101 | 11100 |
Color Harmonies of #888705
Complementary color
Monochromatic Colors of #888705
Black with #888705
Text Example
Text Example
White with #888705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888705; }
p { color: rgb(136,135,5); }
H1.HeaderClassName
{
color: #888705;
}
.AnyTagClassName
{
color: #888705;
}
</style>
background-color css
<style>
a { background-color: #888705; }
a { background-color: rgb(136,135,5); }
div.DivClassName
{
background-color: #888705;
}
.BgClassName
{
background-color: #888705;
}
</style>
border-color css
<style>
span { border-color: #888705; }
span { border-color: rgb(136,135,5); }
td.TdClassName
{
border-color: #888705;
}
.TagClassName
{
border-color: #888705;
}
</style>