Shades of Olive #918109
Tints of Olive #918109
RGB
CMYK
RGB Variations
Color information
#918109 (or 0x918109) is known color: Olive. HEX triplet: 91, 81 and 09. RGB value is (145,129,9). Sum of RGB (Red+Green+Blue) = 145+129+9=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #918109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918109 is #6E7EF6. Grayscale: #787878. Windows color (decimal): -7241463 or 622993. OLE color: 622993.
HSL color Cylindrical-coordinate representation of color #918109: hue angle of 52.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918109 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.43 |
| HSL | 52.94º | 0.88% | 0.3% | - |
| HSV(B) | 52.94º | 0.94% | 0.57% | - |
| XYZ | 19.58 | 21.74 | 3.42 | - |
| YUV | 120.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 9 | 0 | 0.11 | 0.94 | 0.43 | 52.94 | 0.88 | 0.3 |
| Hex | 91 | 81 | 9 | 0 | B | 5E | 2B | 35 | 58 | 1E |
| Octal | 221 | 201 | 11 | 0 | 13 | 136 | 53 | 65 | 130 | 36 |
| Binary | 10010001 | 10000001 | 1001 | 0 | 1011 | 1011110 | 101011 | 110101 | 1011000 | 11110 |
Color Harmonies of #918109
Complementary color
Monochromatic Colors of #918109
Black with #918109
Text Example
Text Example
White with #918109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918109; }
p { color: rgb(145,129,9); }
H1.HeaderClassName
{
color: #918109;
}
.AnyTagClassName
{
color: #918109;
}
</style>
background-color css
<style>
a { background-color: #918109; }
a { background-color: rgb(145,129,9); }
div.DivClassName
{
background-color: #918109;
}
.BgClassName
{
background-color: #918109;
}
</style>
border-color css
<style>
span { border-color: #918109; }
span { border-color: rgb(145,129,9); }
td.TdClassName
{
border-color: #918109;
}
.TagClassName
{
border-color: #918109;
}
</style>