Shades of Olive #888001
Tints of Olive #888001
RGB
CMYK
RGB Variations
Color information
#888001 (or 0x888001) is known color: Olive. HEX triplet: 88, 80 and 01. RGB value is (136,128,1). Sum of RGB (Red+Green+Blue) = 136+128+1=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #888001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888001 is #777FFE. Grayscale: #747474. Windows color (decimal): -7831551 or 98440. OLE color: 98440.
HSL color Cylindrical-coordinate representation of color #888001: hue angle of 56.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #888001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.47 |
| HSL | 56.44º | 0.99% | 0.27% | - |
| HSV(B) | 56.44º | 0.99% | 0.53% | - |
| XYZ | 17.88 | 20.67 | 3.08 | - |
| YUV | 115.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 1 | 0 | 0.06 | 0.99 | 0.47 | 56.44 | 0.99 | 0.27 |
| Hex | 88 | 80 | 1 | 0 | 6 | 63 | 2F | 38 | 63 | 1B |
| Octal | 210 | 200 | 1 | 0 | 6 | 143 | 57 | 70 | 143 | 33 |
| Binary | 10001000 | 10000000 | 1 | 0 | 110 | 1100011 | 101111 | 111000 | 1100011 | 11011 |
Color Harmonies of #888001
Complementary color
Monochromatic Colors of #888001
Black with #888001
Text Example
Text Example
White with #888001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888001; }
p { color: rgb(136,128,1); }
H1.HeaderClassName
{
color: #888001;
}
.AnyTagClassName
{
color: #888001;
}
</style>
background-color css
<style>
a { background-color: #888001; }
a { background-color: rgb(136,128,1); }
div.DivClassName
{
background-color: #888001;
}
.BgClassName
{
background-color: #888001;
}
</style>
border-color css
<style>
span { border-color: #888001; }
span { border-color: rgb(136,128,1); }
td.TdClassName
{
border-color: #888001;
}
.TagClassName
{
border-color: #888001;
}
</style>