Shades of Olive #90870D
Tints of Olive #90870D
RGB
CMYK
RGB Variations
Color information
#90870D (or 0x90870D) is known color: Olive. HEX triplet: 90, 87 and 0D. RGB value is (144,135,13). Sum of RGB (Red+Green+Blue) = 144+135+13=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90870D is #6F78F2. Grayscale: #7C7C7C. Windows color (decimal): -7305459 or 886672. OLE color: 886672.
HSL color Cylindrical-coordinate representation of color #90870D: hue angle of 55.88º 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 #90870D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 13 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.44 |
| HSL | 55.88º | 0.83% | 0.31% | - |
| HSV(B) | 55.88º | 0.91% | 0.56% | - |
| XYZ | 20.24 | 23.29 | 3.81 | - |
| YUV | 123.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 13 | 0 | 0.06 | 0.91 | 0.44 | 55.88 | 0.83 | 0.31 |
| Hex | 90 | 87 | D | 0 | 6 | 5B | 2C | 38 | 53 | 1F |
| Octal | 220 | 207 | 15 | 0 | 6 | 133 | 54 | 70 | 123 | 37 |
| Binary | 10010000 | 10000111 | 1101 | 0 | 110 | 1011011 | 101100 | 111000 | 1010011 | 11111 |
Color Harmonies of #90870D
Complementary color
Monochromatic Colors of #90870D
Black with #90870D
Text Example
Text Example
White with #90870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90870D; }
p { color: rgb(144,135,13); }
H1.HeaderClassName
{
color: #90870D;
}
.AnyTagClassName
{
color: #90870D;
}
</style>
background-color css
<style>
a { background-color: #90870D; }
a { background-color: rgb(144,135,13); }
div.DivClassName
{
background-color: #90870D;
}
.BgClassName
{
background-color: #90870D;
}
</style>
border-color css
<style>
span { border-color: #90870D; }
span { border-color: rgb(144,135,13); }
td.TdClassName
{
border-color: #90870D;
}
.TagClassName
{
border-color: #90870D;
}
</style>