Shades of Olive #888105
Tints of Olive #888105
RGB
CMYK
RGB Variations
Color information
#888105 (or 0x888105) is known color: Olive. HEX triplet: 88, 81 and 05. RGB value is (136,129,5). Sum of RGB (Red+Green+Blue) = 136+129+5=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #888105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888105 is #777EFA. Grayscale: #757575. Windows color (decimal): -7831291 or 360840. OLE color: 360840.
HSL color Cylindrical-coordinate representation of color #888105: hue angle of 56.79º 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 #888105 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.47 |
| HSL | 56.79º | 0.93% | 0.28% | - |
| HSV(B) | 56.79º | 0.96% | 0.53% | - |
| XYZ | 18.03 | 20.95 | 3.24 | - |
| YUV | 116.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 5 | 0 | 0.05 | 0.96 | 0.47 | 56.79 | 0.93 | 0.28 |
| Hex | 88 | 81 | 5 | 0 | 5 | 60 | 2F | 39 | 5D | 1C |
| Octal | 210 | 201 | 5 | 0 | 5 | 140 | 57 | 71 | 135 | 34 |
| Binary | 10001000 | 10000001 | 101 | 0 | 101 | 1100000 | 101111 | 111001 | 1011101 | 11100 |
Color Harmonies of #888105
Complementary color
Monochromatic Colors of #888105
Black with #888105
Text Example
Text Example
White with #888105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888105; }
p { color: rgb(136,129,5); }
H1.HeaderClassName
{
color: #888105;
}
.AnyTagClassName
{
color: #888105;
}
</style>
background-color css
<style>
a { background-color: #888105; }
a { background-color: rgb(136,129,5); }
div.DivClassName
{
background-color: #888105;
}
.BgClassName
{
background-color: #888105;
}
</style>
border-color css
<style>
span { border-color: #888105; }
span { border-color: rgb(136,129,5); }
td.TdClassName
{
border-color: #888105;
}
.TagClassName
{
border-color: #888105;
}
</style>