Shades of Olive #90870E
Tints of Olive #90870E
RGB
CMYK
RGB Variations
Color information
#90870E (or 0x90870E) is known color: Olive. HEX triplet: 90, 87 and 0E. RGB value is (144,135,14). Sum of RGB (Red+Green+Blue) = 144+135+14=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90870E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90870E is #6F78F1. Grayscale: #7C7C7C. Windows color (decimal): -7305458 or 952208. OLE color: 952208.
HSL color Cylindrical-coordinate representation of color #90870E: hue angle of 55.85º 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 #90870E is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 14 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.44 |
| HSL | 55.85º | 0.82% | 0.31% | - |
| HSV(B) | 55.85º | 0.9% | 0.56% | - |
| XYZ | 20.24 | 23.29 | 3.84 | - |
| YUV | 123.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 14 | 0 | 0.06 | 0.90 | 0.44 | 55.85 | 0.82 | 0.31 |
| Hex | 90 | 87 | E | 0 | 6 | 5A | 2C | 38 | 52 | 1F |
| Octal | 220 | 207 | 16 | 0 | 6 | 132 | 54 | 70 | 122 | 37 |
| Binary | 10010000 | 10000111 | 1110 | 0 | 110 | 1011010 | 101100 | 111000 | 1010010 | 11111 |
Color Harmonies of #90870E
Complementary color
Monochromatic Colors of #90870E
Black with #90870E
Text Example
Text Example
White with #90870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90870E; }
p { color: rgb(144,135,14); }
H1.HeaderClassName
{
color: #90870E;
}
.AnyTagClassName
{
color: #90870E;
}
</style>
background-color css
<style>
a { background-color: #90870E; }
a { background-color: rgb(144,135,14); }
div.DivClassName
{
background-color: #90870E;
}
.BgClassName
{
background-color: #90870E;
}
</style>
border-color css
<style>
span { border-color: #90870E; }
span { border-color: rgb(144,135,14); }
td.TdClassName
{
border-color: #90870E;
}
.TagClassName
{
border-color: #90870E;
}
</style>