Shades of Olive #888000
Tints of Olive #888000
RGB
CMYK
RGB Variations
Color information
#888000 (or 0x888000) is known color: Olive. HEX triplet: 88, 80 and 00. RGB value is (136,128,0). Sum of RGB (Red+Green+Blue) = 136+128+0=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #888000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888000 is #777FFF. Grayscale: #747474. Windows color (decimal): -7831552 or 32904. OLE color: 32904.
HSL color Cylindrical-coordinate representation of color #888000: hue angle of 56.47º 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 #888000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.47 |
| HSL | 56.47º | 1% | 0.27% | - |
| HSV(B) | 56.47º | 1% | 0.53% | - |
| XYZ | 17.87 | 20.67 | 3.05 | - |
| YUV | 115.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 0 | 0 | 0.06 | 1 | 0.47 | 56.47 | 1 | 0.27 |
| Hex | 88 | 80 | 0 | 0 | 6 | 64 | 2F | 38 | 64 | 1B |
| Octal | 210 | 200 | 0 | 0 | 6 | 144 | 57 | 70 | 144 | 33 |
| Binary | 10001000 | 10000000 | 0 | 0 | 110 | 1100100 | 101111 | 111000 | 1100100 | 11011 |
Color Harmonies of #888000
Complementary color
Monochromatic Colors of #888000
Black with #888000
Text Example
Text Example
White with #888000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888000; }
p { color: rgb(136,128,0); }
H1.HeaderClassName
{
color: #888000;
}
.AnyTagClassName
{
color: #888000;
}
</style>
background-color css
<style>
a { background-color: #888000; }
a { background-color: rgb(136,128,0); }
div.DivClassName
{
background-color: #888000;
}
.BgClassName
{
background-color: #888000;
}
</style>
border-color css
<style>
span { border-color: #888000; }
span { border-color: rgb(136,128,0); }
td.TdClassName
{
border-color: #888000;
}
.TagClassName
{
border-color: #888000;
}
</style>