Shades of Green Smoke #94AA61
Tints of Green Smoke #94AA61
RGB
CMYK
RGB Variations
Color information
#94AA61 (or 0x94AA61) is known color: Green Smoke. HEX triplet: 94, AA and 61. RGB value is (148,170,97). Sum of RGB (Red+Green+Blue) = 148+170+97=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA61 is #6B559E. Grayscale: #9B9B9B. Windows color (decimal): -7034271 or 6400660. OLE color: 6400660.
HSL color Cylindrical-coordinate representation of color #94AA61: hue angle of 78.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94AA61 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 97 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.33 |
| HSL | 78.08º | 0.3% | 0.52% | - |
| HSV(B) | 78.08º | 0.43% | 0.67% | - |
| XYZ | 28.75 | 35.91 | 16.73 | - |
| YUV | 155.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 97 | 0.13 | 0 | 0.43 | 0.33 | 78.08 | 0.3 | 0.52 |
| Hex | 94 | AA | 61 | D | 0 | 2B | 21 | 4E | 1E | 34 |
| Octal | 224 | 252 | 141 | 15 | 0 | 53 | 41 | 116 | 36 | 64 |
| Binary | 10010100 | 10101010 | 1100001 | 1101 | 0 | 101011 | 100001 | 1001110 | 11110 | 110100 |
Color Harmonies of #94AA61
Complementary color
Monochromatic Colors of #94AA61
Black with #94AA61
Text Example
Text Example
White with #94AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA61; }
p { color: rgb(148,170,97); }
H1.HeaderClassName
{
color: #94AA61;
}
.AnyTagClassName
{
color: #94AA61;
}
</style>
background-color css
<style>
a { background-color: #94AA61; }
a { background-color: rgb(148,170,97); }
div.DivClassName
{
background-color: #94AA61;
}
.BgClassName
{
background-color: #94AA61;
}
</style>
border-color css
<style>
span { border-color: #94AA61; }
span { border-color: rgb(148,170,97); }
td.TdClassName
{
border-color: #94AA61;
}
.TagClassName
{
border-color: #94AA61;
}
</style>