Shades of Olive #90890B
Tints of Olive #90890B
RGB
CMYK
RGB Variations
Color information
#90890B (or 0x90890B) is known color: Olive. HEX triplet: 90, 89 and 0B. RGB value is (144,137,11). Sum of RGB (Red+Green+Blue) = 144+137+11=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90890B is #6F76F4. Grayscale: #7D7D7D. Windows color (decimal): -7304949 or 756112. OLE color: 756112.
HSL color Cylindrical-coordinate representation of color #90890B: hue angle of 56.84º 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 #90890B is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 11 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.44 |
| HSL | 56.84º | 0.86% | 0.3% | - |
| HSV(B) | 56.84º | 0.92% | 0.56% | - |
| XYZ | 20.51 | 23.84 | 3.84 | - |
| YUV | 124.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 11 | 0 | 0.05 | 0.92 | 0.44 | 56.84 | 0.86 | 0.3 |
| Hex | 90 | 89 | B | 0 | 5 | 5C | 2C | 39 | 56 | 1E |
| Octal | 220 | 211 | 13 | 0 | 5 | 134 | 54 | 71 | 126 | 36 |
| Binary | 10010000 | 10001001 | 1011 | 0 | 101 | 1011100 | 101100 | 111001 | 1010110 | 11110 |
Color Harmonies of #90890B
Complementary color
Monochromatic Colors of #90890B
Black with #90890B
Text Example
Text Example
White with #90890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90890B; }
p { color: rgb(144,137,11); }
H1.HeaderClassName
{
color: #90890B;
}
.AnyTagClassName
{
color: #90890B;
}
</style>
background-color css
<style>
a { background-color: #90890B; }
a { background-color: rgb(144,137,11); }
div.DivClassName
{
background-color: #90890B;
}
.BgClassName
{
background-color: #90890B;
}
</style>
border-color css
<style>
span { border-color: #90890B; }
span { border-color: rgb(144,137,11); }
td.TdClassName
{
border-color: #90890B;
}
.TagClassName
{
border-color: #90890B;
}
</style>