Shades of Olive #90850E
Tints of Olive #90850E
RGB
CMYK
RGB Variations
Color information
#90850E (or 0x90850E) is known color: Olive. HEX triplet: 90, 85 and 0E. RGB value is (144,133,14). Sum of RGB (Red+Green+Blue) = 144+133+14=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90850E is #6F7AF1. Grayscale: #7B7B7B. Windows color (decimal): -7305970 or 951696. OLE color: 951696.
HSL color Cylindrical-coordinate representation of color #90850E: hue angle of 54.92º 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 #90850E is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 14 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.44 |
| HSL | 54.92º | 0.82% | 0.31% | - |
| HSV(B) | 54.92º | 0.9% | 0.56% | - |
| XYZ | 19.97 | 22.74 | 3.75 | - |
| YUV | 122.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 14 | 0 | 0.08 | 0.90 | 0.44 | 54.92 | 0.82 | 0.31 |
| Hex | 90 | 85 | E | 0 | 8 | 5A | 2C | 37 | 52 | 1F |
| Octal | 220 | 205 | 16 | 0 | 10 | 132 | 54 | 67 | 122 | 37 |
| Binary | 10010000 | 10000101 | 1110 | 0 | 1000 | 1011010 | 101100 | 110111 | 1010010 | 11111 |
Color Harmonies of #90850E
Complementary color
Monochromatic Colors of #90850E
Black with #90850E
Text Example
Text Example
White with #90850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90850E; }
p { color: rgb(144,133,14); }
H1.HeaderClassName
{
color: #90850E;
}
.AnyTagClassName
{
color: #90850E;
}
</style>
background-color css
<style>
a { background-color: #90850E; }
a { background-color: rgb(144,133,14); }
div.DivClassName
{
background-color: #90850E;
}
.BgClassName
{
background-color: #90850E;
}
</style>
border-color css
<style>
span { border-color: #90850E; }
span { border-color: rgb(144,133,14); }
td.TdClassName
{
border-color: #90850E;
}
.TagClassName
{
border-color: #90850E;
}
</style>