Shades of Olive #90840B
Tints of Olive #90840B
RGB
CMYK
RGB Variations
Color information
#90840B (or 0x90840B) is known color: Olive. HEX triplet: 90, 84 and 0B. RGB value is (144,132,11). Sum of RGB (Red+Green+Blue) = 144+132+11=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90840B is #6F7BF4. Grayscale: #7A7A7A. Windows color (decimal): -7306229 or 754832. OLE color: 754832.
HSL color Cylindrical-coordinate representation of color #90840B: hue angle of 54.59º 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 #90840B is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 11 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.44 |
| HSL | 54.59º | 0.86% | 0.3% | - |
| HSV(B) | 54.59º | 0.92% | 0.56% | - |
| XYZ | 19.81 | 22.46 | 3.61 | - |
| YUV | 121.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 11 | 0 | 0.08 | 0.92 | 0.44 | 54.59 | 0.86 | 0.3 |
| Hex | 90 | 84 | B | 0 | 8 | 5C | 2C | 37 | 56 | 1E |
| Octal | 220 | 204 | 13 | 0 | 10 | 134 | 54 | 67 | 126 | 36 |
| Binary | 10010000 | 10000100 | 1011 | 0 | 1000 | 1011100 | 101100 | 110111 | 1010110 | 11110 |
Color Harmonies of #90840B
Complementary color
Monochromatic Colors of #90840B
Black with #90840B
Text Example
Text Example
White with #90840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90840B; }
p { color: rgb(144,132,11); }
H1.HeaderClassName
{
color: #90840B;
}
.AnyTagClassName
{
color: #90840B;
}
</style>
background-color css
<style>
a { background-color: #90840B; }
a { background-color: rgb(144,132,11); }
div.DivClassName
{
background-color: #90840B;
}
.BgClassName
{
background-color: #90840B;
}
</style>
border-color css
<style>
span { border-color: #90840B; }
span { border-color: rgb(144,132,11); }
td.TdClassName
{
border-color: #90840B;
}
.TagClassName
{
border-color: #90840B;
}
</style>