Shades of Olive #928A05
Tints of Olive #928A05
RGB
CMYK
RGB Variations
Color information
#928A05 (or 0x928A05) is known color: Olive. HEX triplet: 92, 8A and 05. RGB value is (146,138,5). Sum of RGB (Red+Green+Blue) = 146+138+5=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #928A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928A05 is #6D75FA. Grayscale: #7D7D7D. Windows color (decimal): -7173627 or 363154. OLE color: 363154.
HSL color Cylindrical-coordinate representation of color #928A05: hue angle of 56.6º 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 #928A05 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.43 |
| HSL | 56.6º | 0.93% | 0.3% | - |
| HSV(B) | 56.6º | 0.97% | 0.57% | - |
| XYZ | 20.97 | 24.3 | 3.73 | - |
| YUV | 125.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 5 | 0 | 0.05 | 0.97 | 0.43 | 56.6 | 0.93 | 0.3 |
| Hex | 92 | 8A | 5 | 0 | 5 | 61 | 2B | 39 | 5D | 1E |
| Octal | 222 | 212 | 5 | 0 | 5 | 141 | 53 | 71 | 135 | 36 |
| Binary | 10010010 | 10001010 | 101 | 0 | 101 | 1100001 | 101011 | 111001 | 1011101 | 11110 |
Color Harmonies of #928A05
Complementary color
Monochromatic Colors of #928A05
Black with #928A05
Text Example
Text Example
White with #928A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A05; }
p { color: rgb(146,138,5); }
H1.HeaderClassName
{
color: #928A05;
}
.AnyTagClassName
{
color: #928A05;
}
</style>
background-color css
<style>
a { background-color: #928A05; }
a { background-color: rgb(146,138,5); }
div.DivClassName
{
background-color: #928A05;
}
.BgClassName
{
background-color: #928A05;
}
</style>
border-color css
<style>
span { border-color: #928A05; }
span { border-color: rgb(146,138,5); }
td.TdClassName
{
border-color: #928A05;
}
.TagClassName
{
border-color: #928A05;
}
</style>