Shades of Olive #888600
Tints of Olive #888600
RGB
CMYK
RGB Variations
Color information
#888600 (or 0x888600) is known color: Olive. HEX triplet: 88, 86 and 00. RGB value is (136,134,0). Sum of RGB (Red+Green+Blue) = 136+134+0=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #888600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888600 is #7779FF. Grayscale: #777777. Windows color (decimal): -7830016 or 34440. OLE color: 34440.
HSL color Cylindrical-coordinate representation of color #888600: hue angle of 59.12º 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 #888600 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.47 |
| HSL | 59.12º | 1% | 0.27% | - |
| HSV(B) | 59.12º | 1% | 0.53% | - |
| XYZ | 18.68 | 22.28 | 3.32 | - |
| YUV | 119.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 0 | 0 | 0.01 | 1 | 0.47 | 59.12 | 1 | 0.27 |
| Hex | 88 | 86 | 0 | 0 | 1 | 64 | 2F | 3B | 64 | 1B |
| Octal | 210 | 206 | 0 | 0 | 1 | 144 | 57 | 73 | 144 | 33 |
| Binary | 10001000 | 10000110 | 0 | 0 | 1 | 1100100 | 101111 | 111011 | 1100100 | 11011 |
Color Harmonies of #888600
Complementary color
Monochromatic Colors of #888600
Black with #888600
Text Example
Text Example
White with #888600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888600; }
p { color: rgb(136,134,0); }
H1.HeaderClassName
{
color: #888600;
}
.AnyTagClassName
{
color: #888600;
}
</style>
background-color css
<style>
a { background-color: #888600; }
a { background-color: rgb(136,134,0); }
div.DivClassName
{
background-color: #888600;
}
.BgClassName
{
background-color: #888600;
}
</style>
border-color css
<style>
span { border-color: #888600; }
span { border-color: rgb(136,134,0); }
td.TdClassName
{
border-color: #888600;
}
.TagClassName
{
border-color: #888600;
}
</style>