Shades of Olive #88780D
Tints of Olive #88780D
RGB
CMYK
RGB Variations
Color information
#88780D (or 0x88780D) is known color: Olive. HEX triplet: 88, 78 and 0D. RGB value is (136,120,13). Sum of RGB (Red+Green+Blue) = 136+120+13=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88780D is #7787F2. Grayscale: #717171. Windows color (decimal): -7833587 or 882824. OLE color: 882824.
HSL color Cylindrical-coordinate representation of color #88780D: hue angle of 52.2º 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 #88780D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 13 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.47 |
| HSL | 52.2º | 0.83% | 0.29% | - |
| HSV(B) | 52.2º | 0.9% | 0.53% | - |
| XYZ | 16.94 | 18.7 | 3.1 | - |
| YUV | 112.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 13 | 0 | 0.12 | 0.90 | 0.47 | 52.2 | 0.83 | 0.29 |
| Hex | 88 | 78 | D | 0 | C | 5A | 2F | 34 | 53 | 1D |
| Octal | 210 | 170 | 15 | 0 | 14 | 132 | 57 | 64 | 123 | 35 |
| Binary | 10001000 | 1111000 | 1101 | 0 | 1100 | 1011010 | 101111 | 110100 | 1010011 | 11101 |
Color Harmonies of #88780D
Complementary color
Monochromatic Colors of #88780D
Black with #88780D
Text Example
Text Example
White with #88780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88780D; }
p { color: rgb(136,120,13); }
H1.HeaderClassName
{
color: #88780D;
}
.AnyTagClassName
{
color: #88780D;
}
</style>
background-color css
<style>
a { background-color: #88780D; }
a { background-color: rgb(136,120,13); }
div.DivClassName
{
background-color: #88780D;
}
.BgClassName
{
background-color: #88780D;
}
</style>
border-color css
<style>
span { border-color: #88780D; }
span { border-color: rgb(136,120,13); }
td.TdClassName
{
border-color: #88780D;
}
.TagClassName
{
border-color: #88780D;
}
</style>