Shades of Olive #90860D
Tints of Olive #90860D
RGB
CMYK
RGB Variations
Color information
#90860D (or 0x90860D) is known color: Olive. HEX triplet: 90, 86 and 0D. RGB value is (144,134,13). Sum of RGB (Red+Green+Blue) = 144+134+13=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90860D is #6F79F2. Grayscale: #7B7B7B. Windows color (decimal): -7305715 or 886416. OLE color: 886416.
HSL color Cylindrical-coordinate representation of color #90860D: hue angle of 55.42º 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 #90860D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 13 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.44 |
| HSL | 55.42º | 0.83% | 0.31% | - |
| HSV(B) | 55.42º | 0.91% | 0.56% | - |
| XYZ | 20.1 | 23.01 | 3.76 | - |
| YUV | 123.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 13 | 0 | 0.07 | 0.91 | 0.44 | 55.42 | 0.83 | 0.31 |
| Hex | 90 | 86 | D | 0 | 7 | 5B | 2C | 37 | 53 | 1F |
| Octal | 220 | 206 | 15 | 0 | 7 | 133 | 54 | 67 | 123 | 37 |
| Binary | 10010000 | 10000110 | 1101 | 0 | 111 | 1011011 | 101100 | 110111 | 1010011 | 11111 |
Color Harmonies of #90860D
Complementary color
Monochromatic Colors of #90860D
Black with #90860D
Text Example
Text Example
White with #90860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90860D; }
p { color: rgb(144,134,13); }
H1.HeaderClassName
{
color: #90860D;
}
.AnyTagClassName
{
color: #90860D;
}
</style>
background-color css
<style>
a { background-color: #90860D; }
a { background-color: rgb(144,134,13); }
div.DivClassName
{
background-color: #90860D;
}
.BgClassName
{
background-color: #90860D;
}
</style>
border-color css
<style>
span { border-color: #90860D; }
span { border-color: rgb(144,134,13); }
td.TdClassName
{
border-color: #90860D;
}
.TagClassName
{
border-color: #90860D;
}
</style>