Shades of Olive #88770D
Tints of Olive #88770D
RGB
CMYK
RGB Variations
Color information
#88770D (or 0x88770D) is known color: Olive. HEX triplet: 88, 77 and 0D. RGB value is (136,119,13). Sum of RGB (Red+Green+Blue) = 136+119+13=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88770D is #7788F2. Grayscale: #707070. Windows color (decimal): -7833843 or 882568. OLE color: 882568.
HSL color Cylindrical-coordinate representation of color #88770D: hue angle of 51.71º 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 #88770D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 13 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.47 |
| HSL | 51.71º | 0.83% | 0.29% | - |
| HSV(B) | 51.71º | 0.9% | 0.53% | - |
| XYZ | 16.82 | 18.46 | 3.06 | - |
| YUV | 112 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 13 | 0 | 0.12 | 0.90 | 0.47 | 51.71 | 0.83 | 0.29 |
| Hex | 88 | 77 | D | 0 | C | 5A | 2F | 34 | 53 | 1D |
| Octal | 210 | 167 | 15 | 0 | 14 | 132 | 57 | 64 | 123 | 35 |
| Binary | 10001000 | 1110111 | 1101 | 0 | 1100 | 1011010 | 101111 | 110100 | 1010011 | 11101 |
Color Harmonies of #88770D
Complementary color
Monochromatic Colors of #88770D
Black with #88770D
Text Example
Text Example
White with #88770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88770D; }
p { color: rgb(136,119,13); }
H1.HeaderClassName
{
color: #88770D;
}
.AnyTagClassName
{
color: #88770D;
}
</style>
background-color css
<style>
a { background-color: #88770D; }
a { background-color: rgb(136,119,13); }
div.DivClassName
{
background-color: #88770D;
}
.BgClassName
{
background-color: #88770D;
}
</style>
border-color css
<style>
span { border-color: #88770D; }
span { border-color: rgb(136,119,13); }
td.TdClassName
{
border-color: #88770D;
}
.TagClassName
{
border-color: #88770D;
}
</style>