Shades of Olive #90890E
Tints of Olive #90890E
RGB
CMYK
RGB Variations
Color information
#90890E (or 0x90890E) is known color: Olive. HEX triplet: 90, 89 and 0E. RGB value is (144,137,14). Sum of RGB (Red+Green+Blue) = 144+137+14=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #90890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90890E is #6F76F1. Grayscale: #7D7D7D. Windows color (decimal): -7304946 or 952720. OLE color: 952720.
HSL color Cylindrical-coordinate representation of color #90890E: hue angle of 56.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90890E is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 14 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.44 |
| HSL | 56.77º | 0.82% | 0.31% | - |
| HSV(B) | 56.77º | 0.9% | 0.56% | - |
| XYZ | 20.53 | 23.85 | 3.94 | - |
| YUV | 125.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 14 | 0 | 0.05 | 0.90 | 0.44 | 56.77 | 0.82 | 0.31 |
| Hex | 90 | 89 | E | 0 | 5 | 5A | 2C | 39 | 52 | 1F |
| Octal | 220 | 211 | 16 | 0 | 5 | 132 | 54 | 71 | 122 | 37 |
| Binary | 10010000 | 10001001 | 1110 | 0 | 101 | 1011010 | 101100 | 111001 | 1010010 | 11111 |
Color Harmonies of #90890E
Complementary color
Monochromatic Colors of #90890E
Black with #90890E
Text Example
Text Example
White with #90890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90890E; }
p { color: rgb(144,137,14); }
H1.HeaderClassName
{
color: #90890E;
}
.AnyTagClassName
{
color: #90890E;
}
</style>
background-color css
<style>
a { background-color: #90890E; }
a { background-color: rgb(144,137,14); }
div.DivClassName
{
background-color: #90890E;
}
.BgClassName
{
background-color: #90890E;
}
</style>
border-color css
<style>
span { border-color: #90890E; }
span { border-color: rgb(144,137,14); }
td.TdClassName
{
border-color: #90890E;
}
.TagClassName
{
border-color: #90890E;
}
</style>