Shades of Green Smoke #93A25E
Tints of Green Smoke #93A25E
RGB
CMYK
RGB Variations
Color information
#93A25E (or 0x93A25E) is known color: Green Smoke. HEX triplet: 93, A2 and 5E. RGB value is (147,162,94). Sum of RGB (Red+Green+Blue) = 147+162+94=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #93A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A25E is #6C5DA1. Grayscale: #969696. Windows color (decimal): -7101858 or 6202003. OLE color: 6202003.
HSL color Cylindrical-coordinate representation of color #93A25E: hue angle of 73.24º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A25E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 94 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.36 |
| HSL | 73.24º | 0.27% | 0.5% | - |
| HSV(B) | 73.24º | 0.42% | 0.64% | - |
| XYZ | 26.97 | 32.85 | 15.51 | - |
| YUV | 149.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 94 | 0.09 | 0 | 0.42 | 0.36 | 73.24 | 0.27 | 0.5 |
| Hex | 93 | A2 | 5E | 9 | 0 | 2A | 24 | 49 | 1B | 32 |
| Octal | 223 | 242 | 136 | 11 | 0 | 52 | 44 | 111 | 33 | 62 |
| Binary | 10010011 | 10100010 | 1011110 | 1001 | 0 | 101010 | 100100 | 1001001 | 11011 | 110010 |
Color Harmonies of #93A25E
Complementary color
Monochromatic Colors of #93A25E
Black with #93A25E
Text Example
Text Example
White with #93A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A25E; }
p { color: rgb(147,162,94); }
H1.HeaderClassName
{
color: #93A25E;
}
.AnyTagClassName
{
color: #93A25E;
}
</style>
background-color css
<style>
a { background-color: #93A25E; }
a { background-color: rgb(147,162,94); }
div.DivClassName
{
background-color: #93A25E;
}
.BgClassName
{
background-color: #93A25E;
}
</style>
border-color css
<style>
span { border-color: #93A25E; }
span { border-color: rgb(147,162,94); }
td.TdClassName
{
border-color: #93A25E;
}
.TagClassName
{
border-color: #93A25E;
}
</style>