Shades of Green Smoke #94AA5E
Tints of Green Smoke #94AA5E
RGB
CMYK
RGB Variations
Color information
#94AA5E (or 0x94AA5E) is known color: Green Smoke. HEX triplet: 94, AA and 5E. RGB value is (148,170,94). Sum of RGB (Red+Green+Blue) = 148+170+94=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA5E is #6B55A1. Grayscale: #9B9B9B. Windows color (decimal): -7034274 or 6204052. OLE color: 6204052.
HSL color Cylindrical-coordinate representation of color #94AA5E: hue angle of 77.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94AA5E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 94 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.33 |
| HSL | 77.37º | 0.31% | 0.52% | - |
| HSV(B) | 77.37º | 0.45% | 0.67% | - |
| XYZ | 28.61 | 35.85 | 16 | - |
| YUV | 154.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 94 | 0.13 | 0 | 0.45 | 0.33 | 77.37 | 0.31 | 0.52 |
| Hex | 94 | AA | 5E | D | 0 | 2D | 21 | 4D | 1F | 34 |
| Octal | 224 | 252 | 136 | 15 | 0 | 55 | 41 | 115 | 37 | 64 |
| Binary | 10010100 | 10101010 | 1011110 | 1101 | 0 | 101101 | 100001 | 1001101 | 11111 | 110100 |
Color Harmonies of #94AA5E
Complementary color
Monochromatic Colors of #94AA5E
Black with #94AA5E
Text Example
Text Example
White with #94AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA5E; }
p { color: rgb(148,170,94); }
H1.HeaderClassName
{
color: #94AA5E;
}
.AnyTagClassName
{
color: #94AA5E;
}
</style>
background-color css
<style>
a { background-color: #94AA5E; }
a { background-color: rgb(148,170,94); }
div.DivClassName
{
background-color: #94AA5E;
}
.BgClassName
{
background-color: #94AA5E;
}
</style>
border-color css
<style>
span { border-color: #94AA5E; }
span { border-color: rgb(148,170,94); }
td.TdClassName
{
border-color: #94AA5E;
}
.TagClassName
{
border-color: #94AA5E;
}
</style>