Shades of Olive #89910C
Tints of Olive #89910C
RGB
CMYK
RGB Variations
Color information
#89910C (or 0x89910C) is known color: Olive. HEX triplet: 89, 91 and 0C. RGB value is (137,145,12). Sum of RGB (Red+Green+Blue) = 137+145+12=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #89910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89910C is #766EF3. Grayscale: #7F7F7F. Windows color (decimal): -7761652 or 823689. OLE color: 823689.
HSL color Cylindrical-coordinate representation of color #89910C: hue angle of 63.61º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89910C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.43 |
| HSL | 63.61º | 0.85% | 0.31% | - |
| HSV(B) | 63.61º | 0.92% | 0.57% | - |
| XYZ | 20.51 | 25.6 | 4.21 | - |
| YUV | 127.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 12 | 0.06 | 0 | 0.92 | 0.43 | 63.61 | 0.85 | 0.31 |
| Hex | 89 | 91 | C | 6 | 0 | 5C | 2B | 40 | 55 | 1F |
| Octal | 211 | 221 | 14 | 6 | 0 | 134 | 53 | 100 | 125 | 37 |
| Binary | 10001001 | 10010001 | 1100 | 110 | 0 | 1011100 | 101011 | 1000000 | 1010101 | 11111 |
Color Harmonies of #89910C
Complementary color
Monochromatic Colors of #89910C
Black with #89910C
Text Example
Text Example
White with #89910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89910C; }
p { color: rgb(137,145,12); }
H1.HeaderClassName
{
color: #89910C;
}
.AnyTagClassName
{
color: #89910C;
}
</style>
background-color css
<style>
a { background-color: #89910C; }
a { background-color: rgb(137,145,12); }
div.DivClassName
{
background-color: #89910C;
}
.BgClassName
{
background-color: #89910C;
}
</style>
border-color css
<style>
span { border-color: #89910C; }
span { border-color: rgb(137,145,12); }
td.TdClassName
{
border-color: #89910C;
}
.TagClassName
{
border-color: #89910C;
}
</style>