Shades of Olive #908A11
Tints of Olive #908A11
RGB
CMYK
RGB Variations
Color information
#908A11 (or 0x908A11) is known color: Olive. HEX triplet: 90, 8A and 11. RGB value is (144,138,17). Sum of RGB (Red+Green+Blue) = 144+138+17=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #908A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A11 is #6F75EE. Grayscale: #7E7E7E. Windows color (decimal): -7304687 or 1149584. OLE color: 1149584.
HSL color Cylindrical-coordinate representation of color #908A11: hue angle of 57.17º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908A11 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 17 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.44 |
| HSL | 57.17º | 0.79% | 0.32% | - |
| HSV(B) | 57.17º | 0.88% | 0.56% | - |
| XYZ | 20.69 | 24.15 | 4.1 | - |
| YUV | 126 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 17 | 0 | 0.04 | 0.88 | 0.44 | 57.17 | 0.79 | 0.32 |
| Hex | 90 | 8A | 11 | 0 | 4 | 58 | 2C | 39 | 4F | 20 |
| Octal | 220 | 212 | 21 | 0 | 4 | 130 | 54 | 71 | 117 | 40 |
| Binary | 10010000 | 10001010 | 10001 | 0 | 100 | 1011000 | 101100 | 111001 | 1001111 | 100000 |
Color Harmonies of #908A11
Complementary color
Monochromatic Colors of #908A11
Black with #908A11
Text Example
Text Example
White with #908A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A11; }
p { color: rgb(144,138,17); }
H1.HeaderClassName
{
color: #908A11;
}
.AnyTagClassName
{
color: #908A11;
}
</style>
background-color css
<style>
a { background-color: #908A11; }
a { background-color: rgb(144,138,17); }
div.DivClassName
{
background-color: #908A11;
}
.BgClassName
{
background-color: #908A11;
}
</style>
border-color css
<style>
span { border-color: #908A11; }
span { border-color: rgb(144,138,17); }
td.TdClassName
{
border-color: #908A11;
}
.TagClassName
{
border-color: #908A11;
}
</style>