Shades of Olive #888501
Tints of Olive #888501
RGB
CMYK
RGB Variations
Color information
#888501 (or 0x888501) is known color: Olive. HEX triplet: 88, 85 and 01. RGB value is (136,133,1). Sum of RGB (Red+Green+Blue) = 136+133+1=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #888501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888501 is #777AFE. Grayscale: #777777. Windows color (decimal): -7830271 or 99720. OLE color: 99720.
HSL color Cylindrical-coordinate representation of color #888501: hue angle of 58.67º 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 #888501 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.47 |
| HSL | 58.67º | 0.99% | 0.27% | - |
| HSV(B) | 58.67º | 0.99% | 0.53% | - |
| XYZ | 18.55 | 22.01 | 3.3 | - |
| YUV | 118.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 1 | 0 | 0.02 | 0.99 | 0.47 | 58.67 | 0.99 | 0.27 |
| Hex | 88 | 85 | 1 | 0 | 2 | 63 | 2F | 3B | 63 | 1B |
| Octal | 210 | 205 | 1 | 0 | 2 | 143 | 57 | 73 | 143 | 33 |
| Binary | 10001000 | 10000101 | 1 | 0 | 10 | 1100011 | 101111 | 111011 | 1100011 | 11011 |
Color Harmonies of #888501
Complementary color
Monochromatic Colors of #888501
Black with #888501
Text Example
Text Example
White with #888501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888501; }
p { color: rgb(136,133,1); }
H1.HeaderClassName
{
color: #888501;
}
.AnyTagClassName
{
color: #888501;
}
</style>
background-color css
<style>
a { background-color: #888501; }
a { background-color: rgb(136,133,1); }
div.DivClassName
{
background-color: #888501;
}
.BgClassName
{
background-color: #888501;
}
</style>
border-color css
<style>
span { border-color: #888501; }
span { border-color: rgb(136,133,1); }
td.TdClassName
{
border-color: #888501;
}
.TagClassName
{
border-color: #888501;
}
</style>