Shades of Olive #928409
Tints of Olive #928409
RGB
CMYK
RGB Variations
Color information
#928409 (or 0x928409) is known color: Olive. HEX triplet: 92, 84 and 09. RGB value is (146,132,9). Sum of RGB (Red+Green+Blue) = 146+132+9=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #928409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928409 is #6D7BF6. Grayscale: #7A7A7A. Windows color (decimal): -7175159 or 623762. OLE color: 623762.
HSL color Cylindrical-coordinate representation of color #928409: hue angle of 53.87º 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 #928409 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 9 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.43 |
| HSL | 53.87º | 0.88% | 0.3% | - |
| HSV(B) | 53.87º | 0.94% | 0.57% | - |
| XYZ | 20.15 | 22.63 | 3.56 | - |
| YUV | 122.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 9 | 0 | 0.10 | 0.94 | 0.43 | 53.87 | 0.88 | 0.3 |
| Hex | 92 | 84 | 9 | 0 | A | 5E | 2B | 36 | 58 | 1E |
| Octal | 222 | 204 | 11 | 0 | 12 | 136 | 53 | 66 | 130 | 36 |
| Binary | 10010010 | 10000100 | 1001 | 0 | 1010 | 1011110 | 101011 | 110110 | 1011000 | 11110 |
Color Harmonies of #928409
Complementary color
Monochromatic Colors of #928409
Black with #928409
Text Example
Text Example
White with #928409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928409; }
p { color: rgb(146,132,9); }
H1.HeaderClassName
{
color: #928409;
}
.AnyTagClassName
{
color: #928409;
}
</style>
background-color css
<style>
a { background-color: #928409; }
a { background-color: rgb(146,132,9); }
div.DivClassName
{
background-color: #928409;
}
.BgClassName
{
background-color: #928409;
}
</style>
border-color css
<style>
span { border-color: #928409; }
span { border-color: rgb(146,132,9); }
td.TdClassName
{
border-color: #928409;
}
.TagClassName
{
border-color: #928409;
}
</style>