Shades of Olive #89760B
Tints of Olive #89760B
RGB
CMYK
RGB Variations
Color information
#89760B (or 0x89760B) is known color: Olive. HEX triplet: 89, 76 and 0B. RGB value is (137,118,11). Sum of RGB (Red+Green+Blue) = 137+118+11=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89760B is #7689F4. Grayscale: #6F6F6F. Windows color (decimal): -7768565 or 751241. OLE color: 751241.
HSL color Cylindrical-coordinate representation of color #89760B: hue angle of 50.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89760B is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 11 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.46 |
| HSL | 50.95º | 0.85% | 0.29% | - |
| HSV(B) | 50.95º | 0.92% | 0.54% | - |
| XYZ | 16.86 | 18.3 | 2.96 | - |
| YUV | 111.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 11 | 0 | 0.14 | 0.92 | 0.46 | 50.95 | 0.85 | 0.29 |
| Hex | 89 | 76 | B | 0 | E | 5C | 2E | 33 | 55 | 1D |
| Octal | 211 | 166 | 13 | 0 | 16 | 134 | 56 | 63 | 125 | 35 |
| Binary | 10001001 | 1110110 | 1011 | 0 | 1110 | 1011100 | 101110 | 110011 | 1010101 | 11101 |
Color Harmonies of #89760B
Complementary color
Monochromatic Colors of #89760B
Black with #89760B
Text Example
Text Example
White with #89760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89760B; }
p { color: rgb(137,118,11); }
H1.HeaderClassName
{
color: #89760B;
}
.AnyTagClassName
{
color: #89760B;
}
</style>
background-color css
<style>
a { background-color: #89760B; }
a { background-color: rgb(137,118,11); }
div.DivClassName
{
background-color: #89760B;
}
.BgClassName
{
background-color: #89760B;
}
</style>
border-color css
<style>
span { border-color: #89760B; }
span { border-color: rgb(137,118,11); }
td.TdClassName
{
border-color: #89760B;
}
.TagClassName
{
border-color: #89760B;
}
</style>