Shades of Olive #90860B
Tints of Olive #90860B
RGB
CMYK
RGB Variations
Color information
#90860B (or 0x90860B) is known color: Olive. HEX triplet: 90, 86 and 0B. RGB value is (144,134,11). Sum of RGB (Red+Green+Blue) = 144+134+11=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90860B is #6F79F4. Grayscale: #7B7B7B. Windows color (decimal): -7305717 or 755344. OLE color: 755344.
HSL color Cylindrical-coordinate representation of color #90860B: hue angle of 55.49º 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 #90860B is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 11 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.44 |
| HSL | 55.49º | 0.86% | 0.3% | - |
| HSV(B) | 55.49º | 0.92% | 0.56% | - |
| XYZ | 20.09 | 23 | 3.7 | - |
| YUV | 122.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 11 | 0 | 0.07 | 0.92 | 0.44 | 55.49 | 0.86 | 0.3 |
| Hex | 90 | 86 | B | 0 | 7 | 5C | 2C | 37 | 56 | 1E |
| Octal | 220 | 206 | 13 | 0 | 7 | 134 | 54 | 67 | 126 | 36 |
| Binary | 10010000 | 10000110 | 1011 | 0 | 111 | 1011100 | 101100 | 110111 | 1010110 | 11110 |
Color Harmonies of #90860B
Complementary color
Monochromatic Colors of #90860B
Black with #90860B
Text Example
Text Example
White with #90860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90860B; }
p { color: rgb(144,134,11); }
H1.HeaderClassName
{
color: #90860B;
}
.AnyTagClassName
{
color: #90860B;
}
</style>
background-color css
<style>
a { background-color: #90860B; }
a { background-color: rgb(144,134,11); }
div.DivClassName
{
background-color: #90860B;
}
.BgClassName
{
background-color: #90860B;
}
</style>
border-color css
<style>
span { border-color: #90860B; }
span { border-color: rgb(144,134,11); }
td.TdClassName
{
border-color: #90860B;
}
.TagClassName
{
border-color: #90860B;
}
</style>