Shades of Olive #928D0A
Tints of Olive #928D0A
RGB
CMYK
RGB Variations
Color information
#928D0A (or 0x928D0A) is known color: Olive. HEX triplet: 92, 8D and 0A. RGB value is (146,141,10). Sum of RGB (Red+Green+Blue) = 146+141+10=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928D0A is #6D72F5. Grayscale: #808080. Windows color (decimal): -7172854 or 691602. OLE color: 691602.
HSL color Cylindrical-coordinate representation of color #928D0A: hue angle of 57.79º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #928D0A is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 10 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.43 |
| HSL | 57.79º | 0.87% | 0.31% | - |
| HSV(B) | 57.79º | 0.93% | 0.57% | - |
| XYZ | 21.43 | 25.18 | 4.02 | - |
| YUV | 127.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 10 | 0 | 0.03 | 0.93 | 0.43 | 57.79 | 0.87 | 0.31 |
| Hex | 92 | 8D | A | 0 | 3 | 5D | 2B | 3A | 57 | 1F |
| Octal | 222 | 215 | 12 | 0 | 3 | 135 | 53 | 72 | 127 | 37 |
| Binary | 10010010 | 10001101 | 1010 | 0 | 11 | 1011101 | 101011 | 111010 | 1010111 | 11111 |
Color Harmonies of #928D0A
Complementary color
Monochromatic Colors of #928D0A
Black with #928D0A
Text Example
Text Example
White with #928D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D0A; }
p { color: rgb(146,141,10); }
H1.HeaderClassName
{
color: #928D0A;
}
.AnyTagClassName
{
color: #928D0A;
}
</style>
background-color css
<style>
a { background-color: #928D0A; }
a { background-color: rgb(146,141,10); }
div.DivClassName
{
background-color: #928D0A;
}
.BgClassName
{
background-color: #928D0A;
}
</style>
border-color css
<style>
span { border-color: #928D0A; }
span { border-color: rgb(146,141,10); }
td.TdClassName
{
border-color: #928D0A;
}
.TagClassName
{
border-color: #928D0A;
}
</style>