Shades of Olive #90880A
Tints of Olive #90880A
RGB
CMYK
RGB Variations
Color information
#90880A (or 0x90880A) is known color: Olive. HEX triplet: 90, 88 and 0A. RGB value is (144,136,10). Sum of RGB (Red+Green+Blue) = 144+136+10=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90880A is #6F77F5. Grayscale: #7C7C7C. Windows color (decimal): -7305206 or 690320. OLE color: 690320.
HSL color Cylindrical-coordinate representation of color #90880A: hue angle of 56.42º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90880A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 10 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.44 |
| HSL | 56.42º | 0.87% | 0.3% | - |
| HSV(B) | 56.42º | 0.93% | 0.56% | - |
| XYZ | 20.36 | 23.56 | 3.76 | - |
| YUV | 124.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 10 | 0 | 0.06 | 0.93 | 0.44 | 56.42 | 0.87 | 0.3 |
| Hex | 90 | 88 | A | 0 | 6 | 5D | 2C | 38 | 57 | 1E |
| Octal | 220 | 210 | 12 | 0 | 6 | 135 | 54 | 70 | 127 | 36 |
| Binary | 10010000 | 10001000 | 1010 | 0 | 110 | 1011101 | 101100 | 111000 | 1010111 | 11110 |
Color Harmonies of #90880A
Complementary color
Monochromatic Colors of #90880A
Black with #90880A
Text Example
Text Example
White with #90880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90880A; }
p { color: rgb(144,136,10); }
H1.HeaderClassName
{
color: #90880A;
}
.AnyTagClassName
{
color: #90880A;
}
</style>
background-color css
<style>
a { background-color: #90880A; }
a { background-color: rgb(144,136,10); }
div.DivClassName
{
background-color: #90880A;
}
.BgClassName
{
background-color: #90880A;
}
</style>
border-color css
<style>
span { border-color: #90880A; }
span { border-color: rgb(144,136,10); }
td.TdClassName
{
border-color: #90880A;
}
.TagClassName
{
border-color: #90880A;
}
</style>