Shades of Olive #929109
Tints of Olive #929109
RGB
CMYK
RGB Variations
Color information
#929109 (or 0x929109) is known color: Olive. HEX triplet: 92, 91 and 09. RGB value is (146,145,9). Sum of RGB (Red+Green+Blue) = 146+145+9=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #929109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929109 is #6D6EF6. Grayscale: #828282. Windows color (decimal): -7171831 or 627090. OLE color: 627090.
HSL color Cylindrical-coordinate representation of color #929109: hue angle of 59.56º 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 #929109 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 9 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.43 |
| HSL | 59.56º | 0.88% | 0.3% | - |
| HSV(B) | 59.56º | 0.94% | 0.57% | - |
| XYZ | 22.03 | 26.38 | 4.19 | - |
| YUV | 129.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 9 | 0 | 0.01 | 0.94 | 0.43 | 59.56 | 0.88 | 0.3 |
| Hex | 92 | 91 | 9 | 0 | 1 | 5E | 2B | 3C | 58 | 1E |
| Octal | 222 | 221 | 11 | 0 | 1 | 136 | 53 | 74 | 130 | 36 |
| Binary | 10010010 | 10010001 | 1001 | 0 | 1 | 1011110 | 101011 | 111100 | 1011000 | 11110 |
Color Harmonies of #929109
Complementary color
Monochromatic Colors of #929109
Black with #929109
Text Example
Text Example
White with #929109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929109; }
p { color: rgb(146,145,9); }
H1.HeaderClassName
{
color: #929109;
}
.AnyTagClassName
{
color: #929109;
}
</style>
background-color css
<style>
a { background-color: #929109; }
a { background-color: rgb(146,145,9); }
div.DivClassName
{
background-color: #929109;
}
.BgClassName
{
background-color: #929109;
}
</style>
border-color css
<style>
span { border-color: #929109; }
span { border-color: rgb(146,145,9); }
td.TdClassName
{
border-color: #929109;
}
.TagClassName
{
border-color: #929109;
}
</style>