Shades of Olive #89920A
Tints of Olive #89920A
RGB
CMYK
RGB Variations
Color information
#89920A (or 0x89920A) is known color: Olive. HEX triplet: 89, 92 and 0A. RGB value is (137,146,10). Sum of RGB (Red+Green+Blue) = 137+146+10=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #89920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89920A is #766DF5. Grayscale: #808080. Windows color (decimal): -7761398 or 692873. OLE color: 692873.
HSL color Cylindrical-coordinate representation of color #89920A: hue angle of 63.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89920A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 10 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.43 |
| HSL | 63.97º | 0.87% | 0.31% | - |
| HSV(B) | 63.97º | 0.93% | 0.57% | - |
| XYZ | 20.65 | 25.9 | 4.2 | - |
| YUV | 127.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 10 | 0.06 | 0 | 0.93 | 0.43 | 63.97 | 0.87 | 0.31 |
| Hex | 89 | 92 | A | 6 | 0 | 5D | 2B | 40 | 57 | 1F |
| Octal | 211 | 222 | 12 | 6 | 0 | 135 | 53 | 100 | 127 | 37 |
| Binary | 10001001 | 10010010 | 1010 | 110 | 0 | 1011101 | 101011 | 1000000 | 1010111 | 11111 |
Color Harmonies of #89920A
Complementary color
Monochromatic Colors of #89920A
Black with #89920A
Text Example
Text Example
White with #89920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89920A; }
p { color: rgb(137,146,10); }
H1.HeaderClassName
{
color: #89920A;
}
.AnyTagClassName
{
color: #89920A;
}
</style>
background-color css
<style>
a { background-color: #89920A; }
a { background-color: rgb(137,146,10); }
div.DivClassName
{
background-color: #89920A;
}
.BgClassName
{
background-color: #89920A;
}
</style>
border-color css
<style>
span { border-color: #89920A; }
span { border-color: rgb(137,146,10); }
td.TdClassName
{
border-color: #89920A;
}
.TagClassName
{
border-color: #89920A;
}
</style>