Shades of Olive #90830E
Tints of Olive #90830E
RGB
CMYK
RGB Variations
Color information
#90830E (or 0x90830E) is known color: Olive. HEX triplet: 90, 83 and 0E. RGB value is (144,131,14). Sum of RGB (Red+Green+Blue) = 144+131+14=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90830E is #6F7CF1. Grayscale: #7A7A7A. Windows color (decimal): -7306482 or 951184. OLE color: 951184.
HSL color Cylindrical-coordinate representation of color #90830E: hue angle of 54º 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 #90830E is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 14 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.44 |
| HSL | 54º | 0.82% | 0.31% | - |
| HSV(B) | 54º | 0.9% | 0.56% | - |
| XYZ | 19.7 | 22.19 | 3.66 | - |
| YUV | 121.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 14 | 0 | 0.09 | 0.90 | 0.44 | 54 | 0.82 | 0.31 |
| Hex | 90 | 83 | E | 0 | 9 | 5A | 2C | 36 | 52 | 1F |
| Octal | 220 | 203 | 16 | 0 | 11 | 132 | 54 | 66 | 122 | 37 |
| Binary | 10010000 | 10000011 | 1110 | 0 | 1001 | 1011010 | 101100 | 110110 | 1010010 | 11111 |
Color Harmonies of #90830E
Complementary color
Monochromatic Colors of #90830E
Black with #90830E
Text Example
Text Example
White with #90830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90830E; }
p { color: rgb(144,131,14); }
H1.HeaderClassName
{
color: #90830E;
}
.AnyTagClassName
{
color: #90830E;
}
</style>
background-color css
<style>
a { background-color: #90830E; }
a { background-color: rgb(144,131,14); }
div.DivClassName
{
background-color: #90830E;
}
.BgClassName
{
background-color: #90830E;
}
</style>
border-color css
<style>
span { border-color: #90830E; }
span { border-color: rgb(144,131,14); }
td.TdClassName
{
border-color: #90830E;
}
.TagClassName
{
border-color: #90830E;
}
</style>