Shades of Green Smoke #929D5D
Tints of Green Smoke #929D5D
RGB
CMYK
RGB Variations
Color information
#929D5D (or 0x929D5D) is known color: Green Smoke. HEX triplet: 92, 9D and 5D. RGB value is (146,157,93). Sum of RGB (Red+Green+Blue) = 146+157+93=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #929D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D5D is #6D62A2. Grayscale: #929292. Windows color (decimal): -7168675 or 6135186. OLE color: 6135186.
HSL color Cylindrical-coordinate representation of color #929D5D: hue angle of 70.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929D5D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 93 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.38 |
| HSL | 70.31º | 0.26% | 0.49% | - |
| HSV(B) | 70.31º | 0.41% | 0.62% | - |
| XYZ | 25.89 | 31.02 | 14.98 | - |
| YUV | 146.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 93 | 0.07 | 0 | 0.41 | 0.38 | 70.31 | 0.26 | 0.49 |
| Hex | 92 | 9D | 5D | 7 | 0 | 29 | 26 | 46 | 1A | 31 |
| Octal | 222 | 235 | 135 | 7 | 0 | 51 | 46 | 106 | 32 | 61 |
| Binary | 10010010 | 10011101 | 1011101 | 111 | 0 | 101001 | 100110 | 1000110 | 11010 | 110001 |
Color Harmonies of #929D5D
Complementary color
Monochromatic Colors of #929D5D
Black with #929D5D
Text Example
Text Example
White with #929D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D5D; }
p { color: rgb(146,157,93); }
H1.HeaderClassName
{
color: #929D5D;
}
.AnyTagClassName
{
color: #929D5D;
}
</style>
background-color css
<style>
a { background-color: #929D5D; }
a { background-color: rgb(146,157,93); }
div.DivClassName
{
background-color: #929D5D;
}
.BgClassName
{
background-color: #929D5D;
}
</style>
border-color css
<style>
span { border-color: #929D5D; }
span { border-color: rgb(146,157,93); }
td.TdClassName
{
border-color: #929D5D;
}
.TagClassName
{
border-color: #929D5D;
}
</style>