Shades of Olive #88880D
Tints of Olive #88880D
RGB
CMYK
RGB Variations
Color information
#88880D (or 0x88880D) is known color: Olive. HEX triplet: 88, 88 and 0D. RGB value is (136,136,13). Sum of RGB (Red+Green+Blue) = 136+136+13=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88880D is #7777F2. Grayscale: #7A7A7A. Windows color (decimal): -7829491 or 886920. OLE color: 886920.
HSL color Cylindrical-coordinate representation of color #88880D: hue angle of 60º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88880D is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 13 | - |
| CMYK | 0 | 0 | 0.90 | 0.47 |
| HSL | 60º | 0.83% | 0.29% | - |
| HSV(B) | 60º | 0.9% | 0.53% | - |
| XYZ | 19.03 | 22.87 | 3.79 | - |
| YUV | 121.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 13 | 0 | 0 | 0.90 | 0.47 | 60 | 0.83 | 0.29 |
| Hex | 88 | 88 | D | 0 | 0 | 5A | 2F | 3C | 53 | 1D |
| Octal | 210 | 210 | 15 | 0 | 0 | 132 | 57 | 74 | 123 | 35 |
| Binary | 10001000 | 10001000 | 1101 | 0 | 0 | 1011010 | 101111 | 111100 | 1010011 | 11101 |
Color Harmonies of #88880D
Complementary color
Monochromatic Colors of #88880D
Black with #88880D
Text Example
Text Example
White with #88880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88880D; }
p { color: rgb(136,136,13); }
H1.HeaderClassName
{
color: #88880D;
}
.AnyTagClassName
{
color: #88880D;
}
</style>
background-color css
<style>
a { background-color: #88880D; }
a { background-color: rgb(136,136,13); }
div.DivClassName
{
background-color: #88880D;
}
.BgClassName
{
background-color: #88880D;
}
</style>
border-color css
<style>
span { border-color: #88880D; }
span { border-color: rgb(136,136,13); }
td.TdClassName
{
border-color: #88880D;
}
.TagClassName
{
border-color: #88880D;
}
</style>