Shades of Olive #90830B
Tints of Olive #90830B
RGB
CMYK
RGB Variations
Color information
#90830B (or 0x90830B) is known color: Olive. HEX triplet: 90, 83 and 0B. RGB value is (144,131,11). Sum of RGB (Red+Green+Blue) = 144+131+11=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90830B is #6F7CF4. Grayscale: #797979. Windows color (decimal): -7306485 or 754576. OLE color: 754576.
HSL color Cylindrical-coordinate representation of color #90830B: hue angle of 54.14º 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 #90830B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.44 |
| HSL | 54.14º | 0.86% | 0.3% | - |
| HSV(B) | 54.14º | 0.92% | 0.56% | - |
| XYZ | 19.68 | 22.19 | 3.56 | - |
| YUV | 121.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 11 | 0 | 0.09 | 0.92 | 0.44 | 54.14 | 0.86 | 0.3 |
| Hex | 90 | 83 | B | 0 | 9 | 5C | 2C | 36 | 56 | 1E |
| Octal | 220 | 203 | 13 | 0 | 11 | 134 | 54 | 66 | 126 | 36 |
| Binary | 10010000 | 10000011 | 1011 | 0 | 1001 | 1011100 | 101100 | 110110 | 1010110 | 11110 |
Color Harmonies of #90830B
Complementary color
Monochromatic Colors of #90830B
Black with #90830B
Text Example
Text Example
White with #90830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90830B; }
p { color: rgb(144,131,11); }
H1.HeaderClassName
{
color: #90830B;
}
.AnyTagClassName
{
color: #90830B;
}
</style>
background-color css
<style>
a { background-color: #90830B; }
a { background-color: rgb(144,131,11); }
div.DivClassName
{
background-color: #90830B;
}
.BgClassName
{
background-color: #90830B;
}
</style>
border-color css
<style>
span { border-color: #90830B; }
span { border-color: rgb(144,131,11); }
td.TdClassName
{
border-color: #90830B;
}
.TagClassName
{
border-color: #90830B;
}
</style>