Shades of Olive #929205
Tints of Olive #929205
RGB
CMYK
RGB Variations
Color information
#929205 (or 0x929205) is known color: Olive. HEX triplet: 92, 92 and 05. RGB value is (146,146,5). Sum of RGB (Red+Green+Blue) = 146+146+5=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929205 is #6D6DFA. Grayscale: #828282. Windows color (decimal): -7171579 or 365202. OLE color: 365202.
HSL color Cylindrical-coordinate representation of color #929205: hue angle of 60º 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 #929205 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.43 |
| HSL | 60º | 0.93% | 0.3% | - |
| HSV(B) | 60º | 0.97% | 0.57% | - |
| XYZ | 22.16 | 26.68 | 4.13 | - |
| YUV | 129.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 5 | 0 | 0 | 0.97 | 0.43 | 60 | 0.93 | 0.3 |
| Hex | 92 | 92 | 5 | 0 | 0 | 61 | 2B | 3C | 5D | 1E |
| Octal | 222 | 222 | 5 | 0 | 0 | 141 | 53 | 74 | 135 | 36 |
| Binary | 10010010 | 10010010 | 101 | 0 | 0 | 1100001 | 101011 | 111100 | 1011101 | 11110 |
Color Harmonies of #929205
Complementary color
Monochromatic Colors of #929205
Black with #929205
Text Example
Text Example
White with #929205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929205; }
p { color: rgb(146,146,5); }
H1.HeaderClassName
{
color: #929205;
}
.AnyTagClassName
{
color: #929205;
}
</style>
background-color css
<style>
a { background-color: #929205; }
a { background-color: rgb(146,146,5); }
div.DivClassName
{
background-color: #929205;
}
.BgClassName
{
background-color: #929205;
}
</style>
border-color css
<style>
span { border-color: #929205; }
span { border-color: rgb(146,146,5); }
td.TdClassName
{
border-color: #929205;
}
.TagClassName
{
border-color: #929205;
}
</style>