Shades of Olive #888100
Tints of Olive #888100
RGB
CMYK
RGB Variations
Color information
#888100 (or 0x888100) is known color: Olive. HEX triplet: 88, 81 and 00. RGB value is (136,129,0). Sum of RGB (Red+Green+Blue) = 136+129+0=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #888100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888100 is #777EFF. Grayscale: #747474. Windows color (decimal): -7831296 or 33160. OLE color: 33160.
HSL color Cylindrical-coordinate representation of color #888100: hue angle of 56.91º 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 #888100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.47 |
| HSL | 56.91º | 1% | 0.27% | - |
| HSV(B) | 56.91º | 1% | 0.53% | - |
| XYZ | 18 | 20.93 | 3.09 | - |
| YUV | 116.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 0 | 0 | 0.05 | 1 | 0.47 | 56.91 | 1 | 0.27 |
| Hex | 88 | 81 | 0 | 0 | 5 | 64 | 2F | 39 | 64 | 1B |
| Octal | 210 | 201 | 0 | 0 | 5 | 144 | 57 | 71 | 144 | 33 |
| Binary | 10001000 | 10000001 | 0 | 0 | 101 | 1100100 | 101111 | 111001 | 1100100 | 11011 |
Color Harmonies of #888100
Complementary color
Monochromatic Colors of #888100
Black with #888100
Text Example
Text Example
White with #888100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888100; }
p { color: rgb(136,129,0); }
H1.HeaderClassName
{
color: #888100;
}
.AnyTagClassName
{
color: #888100;
}
</style>
background-color css
<style>
a { background-color: #888100; }
a { background-color: rgb(136,129,0); }
div.DivClassName
{
background-color: #888100;
}
.BgClassName
{
background-color: #888100;
}
</style>
border-color css
<style>
span { border-color: #888100; }
span { border-color: rgb(136,129,0); }
td.TdClassName
{
border-color: #888100;
}
.TagClassName
{
border-color: #888100;
}
</style>