Shades of Olive #918D09
Tints of Olive #918D09
RGB
CMYK
RGB Variations
Color information
#918D09 (or 0x918D09) is known color: Olive. HEX triplet: 91, 8D and 09. RGB value is (145,141,9). Sum of RGB (Red+Green+Blue) = 145+141+9=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D09 is #6E72F6. Grayscale: #7F7F7F. Windows color (decimal): -7238391 or 626065. OLE color: 626065.
HSL color Cylindrical-coordinate representation of color #918D09: hue angle of 58.24º 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 #918D09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 9 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.43 |
| HSL | 58.24º | 0.88% | 0.3% | - |
| HSV(B) | 58.24º | 0.94% | 0.57% | - |
| XYZ | 21.25 | 25.09 | 3.98 | - |
| YUV | 127.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 9 | 0 | 0.03 | 0.94 | 0.43 | 58.24 | 0.88 | 0.3 |
| Hex | 91 | 8D | 9 | 0 | 3 | 5E | 2B | 3A | 58 | 1E |
| Octal | 221 | 215 | 11 | 0 | 3 | 136 | 53 | 72 | 130 | 36 |
| Binary | 10010001 | 10001101 | 1001 | 0 | 11 | 1011110 | 101011 | 111010 | 1011000 | 11110 |
Color Harmonies of #918D09
Complementary color
Monochromatic Colors of #918D09
Black with #918D09
Text Example
Text Example
White with #918D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D09; }
p { color: rgb(145,141,9); }
H1.HeaderClassName
{
color: #918D09;
}
.AnyTagClassName
{
color: #918D09;
}
</style>
background-color css
<style>
a { background-color: #918D09; }
a { background-color: rgb(145,141,9); }
div.DivClassName
{
background-color: #918D09;
}
.BgClassName
{
background-color: #918D09;
}
</style>
border-color css
<style>
span { border-color: #918D09; }
span { border-color: rgb(145,141,9); }
td.TdClassName
{
border-color: #918D09;
}
.TagClassName
{
border-color: #918D09;
}
</style>