Shades of Olive #90850D
Tints of Olive #90850D
RGB
CMYK
RGB Variations
Color information
#90850D (or 0x90850D) is known color: Olive. HEX triplet: 90, 85 and 0D. RGB value is (144,133,13). Sum of RGB (Red+Green+Blue) = 144+133+13=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90850D is #6F7AF2. Grayscale: #7B7B7B. Windows color (decimal): -7305971 or 886160. OLE color: 886160.
HSL color Cylindrical-coordinate representation of color #90850D: hue angle of 54.96º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90850D is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 13 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.44 |
| HSL | 54.96º | 0.83% | 0.31% | - |
| HSV(B) | 54.96º | 0.91% | 0.56% | - |
| XYZ | 19.96 | 22.73 | 3.72 | - |
| YUV | 122.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 13 | 0 | 0.08 | 0.91 | 0.44 | 54.96 | 0.83 | 0.31 |
| Hex | 90 | 85 | D | 0 | 8 | 5B | 2C | 37 | 53 | 1F |
| Octal | 220 | 205 | 15 | 0 | 10 | 133 | 54 | 67 | 123 | 37 |
| Binary | 10010000 | 10000101 | 1101 | 0 | 1000 | 1011011 | 101100 | 110111 | 1010011 | 11111 |
Color Harmonies of #90850D
Complementary color
Monochromatic Colors of #90850D
Black with #90850D
Text Example
Text Example
White with #90850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90850D; }
p { color: rgb(144,133,13); }
H1.HeaderClassName
{
color: #90850D;
}
.AnyTagClassName
{
color: #90850D;
}
</style>
background-color css
<style>
a { background-color: #90850D; }
a { background-color: rgb(144,133,13); }
div.DivClassName
{
background-color: #90850D;
}
.BgClassName
{
background-color: #90850D;
}
</style>
border-color css
<style>
span { border-color: #90850D; }
span { border-color: rgb(144,133,13); }
td.TdClassName
{
border-color: #90850D;
}
.TagClassName
{
border-color: #90850D;
}
</style>