Shades of Olive #928E05
Tints of Olive #928E05
RGB
CMYK
RGB Variations
Color information
#928E05 (or 0x928E05) is known color: Olive. HEX triplet: 92, 8E and 05. RGB value is (146,142,5). Sum of RGB (Red+Green+Blue) = 146+142+5=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #928E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E05 is #6D71FA. Grayscale: #808080. Windows color (decimal): -7172603 or 364178. OLE color: 364178.
HSL color Cylindrical-coordinate representation of color #928E05: hue angle of 58.3º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #928E05 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 5 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.43 |
| HSL | 58.3º | 0.93% | 0.3% | - |
| HSV(B) | 58.3º | 0.97% | 0.57% | - |
| XYZ | 21.55 | 25.47 | 3.92 | - |
| YUV | 127.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 5 | 0 | 0.03 | 0.97 | 0.43 | 58.3 | 0.93 | 0.3 |
| Hex | 92 | 8E | 5 | 0 | 3 | 61 | 2B | 3A | 5D | 1E |
| Octal | 222 | 216 | 5 | 0 | 3 | 141 | 53 | 72 | 135 | 36 |
| Binary | 10010010 | 10001110 | 101 | 0 | 11 | 1100001 | 101011 | 111010 | 1011101 | 11110 |
Color Harmonies of #928E05
Complementary color
Monochromatic Colors of #928E05
Black with #928E05
Text Example
Text Example
White with #928E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E05; }
p { color: rgb(146,142,5); }
H1.HeaderClassName
{
color: #928E05;
}
.AnyTagClassName
{
color: #928E05;
}
</style>
background-color css
<style>
a { background-color: #928E05; }
a { background-color: rgb(146,142,5); }
div.DivClassName
{
background-color: #928E05;
}
.BgClassName
{
background-color: #928E05;
}
</style>
border-color css
<style>
span { border-color: #928E05; }
span { border-color: rgb(146,142,5); }
td.TdClassName
{
border-color: #928E05;
}
.TagClassName
{
border-color: #928E05;
}
</style>