Shades of Green Smoke #94A16A
Tints of Green Smoke #94A16A
RGB
CMYK
RGB Variations
Color information
#94A16A (or 0x94A16A) is known color: Green Smoke. HEX triplet: 94, A1 and 6A. RGB value is (148,161,106). Sum of RGB (Red+Green+Blue) = 148+161+106=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #94A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A16A is #6B5E95. Grayscale: #979797. Windows color (decimal): -7036566 or 6988180. OLE color: 6988180.
HSL color Cylindrical-coordinate representation of color #94A16A: hue angle of 74.18º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94A16A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 106 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.37 |
| HSL | 74.18º | 0.23% | 0.52% | - |
| HSV(B) | 74.18º | 0.34% | 0.63% | - |
| XYZ | 27.56 | 32.83 | 18.52 | - |
| YUV | 150.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 106 | 0.08 | 0 | 0.34 | 0.37 | 74.18 | 0.23 | 0.52 |
| Hex | 94 | A1 | 6A | 8 | 0 | 22 | 25 | 4A | 17 | 34 |
| Octal | 224 | 241 | 152 | 10 | 0 | 42 | 45 | 112 | 27 | 64 |
| Binary | 10010100 | 10100001 | 1101010 | 1000 | 0 | 100010 | 100101 | 1001010 | 10111 | 110100 |
Color Harmonies of #94A16A
Complementary color
Monochromatic Colors of #94A16A
Black with #94A16A
Text Example
Text Example
White with #94A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A16A; }
p { color: rgb(148,161,106); }
H1.HeaderClassName
{
color: #94A16A;
}
.AnyTagClassName
{
color: #94A16A;
}
</style>
background-color css
<style>
a { background-color: #94A16A; }
a { background-color: rgb(148,161,106); }
div.DivClassName
{
background-color: #94A16A;
}
.BgClassName
{
background-color: #94A16A;
}
</style>
border-color css
<style>
span { border-color: #94A16A; }
span { border-color: rgb(148,161,106); }
td.TdClassName
{
border-color: #94A16A;
}
.TagClassName
{
border-color: #94A16A;
}
</style>