Shades of Olive #908509
Tints of Olive #908509
RGB
CMYK
RGB Variations
Color information
#908509 (or 0x908509) is known color: Olive. HEX triplet: 90, 85 and 09. RGB value is (144,133,9). Sum of RGB (Red+Green+Blue) = 144+133+9=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #908509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908509 is #6F7AF6. Grayscale: #7A7A7A. Windows color (decimal): -7305975 or 624016. OLE color: 624016.
HSL color Cylindrical-coordinate representation of color #908509: hue angle of 55.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #908509 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.44 |
| HSL | 55.11º | 0.88% | 0.3% | - |
| HSV(B) | 55.11º | 0.94% | 0.56% | - |
| XYZ | 19.94 | 22.72 | 3.59 | - |
| YUV | 122.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 9 | 0 | 0.08 | 0.94 | 0.44 | 55.11 | 0.88 | 0.3 |
| Hex | 90 | 85 | 9 | 0 | 8 | 5E | 2C | 37 | 58 | 1E |
| Octal | 220 | 205 | 11 | 0 | 10 | 136 | 54 | 67 | 130 | 36 |
| Binary | 10010000 | 10000101 | 1001 | 0 | 1000 | 1011110 | 101100 | 110111 | 1011000 | 11110 |
Color Harmonies of #908509
Complementary color
Monochromatic Colors of #908509
Black with #908509
Text Example
Text Example
White with #908509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908509; }
p { color: rgb(144,133,9); }
H1.HeaderClassName
{
color: #908509;
}
.AnyTagClassName
{
color: #908509;
}
</style>
background-color css
<style>
a { background-color: #908509; }
a { background-color: rgb(144,133,9); }
div.DivClassName
{
background-color: #908509;
}
.BgClassName
{
background-color: #908509;
}
</style>
border-color css
<style>
span { border-color: #908509; }
span { border-color: rgb(144,133,9); }
td.TdClassName
{
border-color: #908509;
}
.TagClassName
{
border-color: #908509;
}
</style>