Shades of Olive #88900B
Tints of Olive #88900B
RGB
CMYK
RGB Variations
Color information
#88900B (or 0x88900B) is known color: Olive. HEX triplet: 88, 90 and 0B. RGB value is (136,144,11). Sum of RGB (Red+Green+Blue) = 136+144+11=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #88900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88900B is #776FF4. Grayscale: #7E7E7E. Windows color (decimal): -7827445 or 757896. OLE color: 757896.
HSL color Cylindrical-coordinate representation of color #88900B: hue angle of 63.61º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88900B is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 11 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.44 |
| HSL | 63.61º | 0.86% | 0.3% | - |
| HSV(B) | 63.61º | 0.92% | 0.56% | - |
| XYZ | 20.19 | 25.2 | 4.12 | - |
| YUV | 126.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 11 | 0.06 | 0 | 0.92 | 0.44 | 63.61 | 0.86 | 0.3 |
| Hex | 88 | 90 | B | 6 | 0 | 5C | 2C | 40 | 56 | 1E |
| Octal | 210 | 220 | 13 | 6 | 0 | 134 | 54 | 100 | 126 | 36 |
| Binary | 10001000 | 10010000 | 1011 | 110 | 0 | 1011100 | 101100 | 1000000 | 1010110 | 11110 |
Color Harmonies of #88900B
Complementary color
Monochromatic Colors of #88900B
Black with #88900B
Text Example
Text Example
White with #88900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88900B; }
p { color: rgb(136,144,11); }
H1.HeaderClassName
{
color: #88900B;
}
.AnyTagClassName
{
color: #88900B;
}
</style>
background-color css
<style>
a { background-color: #88900B; }
a { background-color: rgb(136,144,11); }
div.DivClassName
{
background-color: #88900B;
}
.BgClassName
{
background-color: #88900B;
}
</style>
border-color css
<style>
span { border-color: #88900B; }
span { border-color: rgb(136,144,11); }
td.TdClassName
{
border-color: #88900B;
}
.TagClassName
{
border-color: #88900B;
}
</style>