Shades of Olive #88780C
Tints of Olive #88780C
RGB
CMYK
RGB Variations
Color information
#88780C (or 0x88780C) is known color: Olive. HEX triplet: 88, 78 and 0C. RGB value is (136,120,12). Sum of RGB (Red+Green+Blue) = 136+120+12=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88780C is #7787F3. Grayscale: #707070. Windows color (decimal): -7833588 or 817288. OLE color: 817288.
HSL color Cylindrical-coordinate representation of color #88780C: hue angle of 52.26º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88780C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.47 |
| HSL | 52.26º | 0.84% | 0.29% | - |
| HSV(B) | 52.26º | 0.91% | 0.53% | - |
| XYZ | 16.94 | 18.69 | 3.06 | - |
| YUV | 112.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 12 | 0 | 0.12 | 0.91 | 0.47 | 52.26 | 0.84 | 0.29 |
| Hex | 88 | 78 | C | 0 | C | 5B | 2F | 34 | 54 | 1D |
| Octal | 210 | 170 | 14 | 0 | 14 | 133 | 57 | 64 | 124 | 35 |
| Binary | 10001000 | 1111000 | 1100 | 0 | 1100 | 1011011 | 101111 | 110100 | 1010100 | 11101 |
Color Harmonies of #88780C
Complementary color
Monochromatic Colors of #88780C
Black with #88780C
Text Example
Text Example
White with #88780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88780C; }
p { color: rgb(136,120,12); }
H1.HeaderClassName
{
color: #88780C;
}
.AnyTagClassName
{
color: #88780C;
}
</style>
background-color css
<style>
a { background-color: #88780C; }
a { background-color: rgb(136,120,12); }
div.DivClassName
{
background-color: #88780C;
}
.BgClassName
{
background-color: #88780C;
}
</style>
border-color css
<style>
span { border-color: #88780C; }
span { border-color: rgb(136,120,12); }
td.TdClassName
{
border-color: #88780C;
}
.TagClassName
{
border-color: #88780C;
}
</style>