Shades of Olive #88730B
Tints of Olive #88730B
RGB
CMYK
RGB Variations
Color information
#88730B (or 0x88730B) is known color: Olive. HEX triplet: 88, 73 and 0B. RGB value is (136,115,11). Sum of RGB (Red+Green+Blue) = 136+115+11=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88730B is #778CF4. Grayscale: #6D6D6D. Windows color (decimal): -7834869 or 750472. OLE color: 750472.
HSL color Cylindrical-coordinate representation of color #88730B: hue angle of 49.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88730B is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 11 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.47 |
| HSL | 49.92º | 0.85% | 0.29% | - |
| HSV(B) | 49.92º | 0.92% | 0.53% | - |
| XYZ | 16.34 | 17.52 | 2.84 | - |
| YUV | 109.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 11 | 0 | 0.15 | 0.92 | 0.47 | 49.92 | 0.85 | 0.29 |
| Hex | 88 | 73 | B | 0 | F | 5C | 2F | 32 | 55 | 1D |
| Octal | 210 | 163 | 13 | 0 | 17 | 134 | 57 | 62 | 125 | 35 |
| Binary | 10001000 | 1110011 | 1011 | 0 | 1111 | 1011100 | 101111 | 110010 | 1010101 | 11101 |
Color Harmonies of #88730B
Complementary color
Monochromatic Colors of #88730B
Black with #88730B
Text Example
Text Example
White with #88730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88730B; }
p { color: rgb(136,115,11); }
H1.HeaderClassName
{
color: #88730B;
}
.AnyTagClassName
{
color: #88730B;
}
</style>
background-color css
<style>
a { background-color: #88730B; }
a { background-color: rgb(136,115,11); }
div.DivClassName
{
background-color: #88730B;
}
.BgClassName
{
background-color: #88730B;
}
</style>
border-color css
<style>
span { border-color: #88730B; }
span { border-color: rgb(136,115,11); }
td.TdClassName
{
border-color: #88730B;
}
.TagClassName
{
border-color: #88730B;
}
</style>