Shades of Olive #888305
Tints of Olive #888305
RGB
CMYK
RGB Variations
Color information
#888305 (or 0x888305) is known color: Olive. HEX triplet: 88, 83 and 05. RGB value is (136,131,5). Sum of RGB (Red+Green+Blue) = 136+131+5=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #888305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888305 is #777CFA. Grayscale: #767676. Windows color (decimal): -7830779 or 361352. OLE color: 361352.
HSL color Cylindrical-coordinate representation of color #888305: hue angle of 57.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888305 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.47 |
| HSL | 57.71º | 0.93% | 0.28% | - |
| HSV(B) | 57.71º | 0.96% | 0.53% | - |
| XYZ | 18.3 | 21.48 | 3.32 | - |
| YUV | 118.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 5 | 0 | 0.04 | 0.96 | 0.47 | 57.71 | 0.93 | 0.28 |
| Hex | 88 | 83 | 5 | 0 | 4 | 60 | 2F | 3A | 5D | 1C |
| Octal | 210 | 203 | 5 | 0 | 4 | 140 | 57 | 72 | 135 | 34 |
| Binary | 10001000 | 10000011 | 101 | 0 | 100 | 1100000 | 101111 | 111010 | 1011101 | 11100 |
Color Harmonies of #888305
Complementary color
Monochromatic Colors of #888305
Black with #888305
Text Example
Text Example
White with #888305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888305; }
p { color: rgb(136,131,5); }
H1.HeaderClassName
{
color: #888305;
}
.AnyTagClassName
{
color: #888305;
}
</style>
background-color css
<style>
a { background-color: #888305; }
a { background-color: rgb(136,131,5); }
div.DivClassName
{
background-color: #888305;
}
.BgClassName
{
background-color: #888305;
}
</style>
border-color css
<style>
span { border-color: #888305; }
span { border-color: rgb(136,131,5); }
td.TdClassName
{
border-color: #888305;
}
.TagClassName
{
border-color: #888305;
}
</style>