Shades of Green Smoke #94A16C
Tints of Green Smoke #94A16C
RGB
CMYK
RGB Variations
Color information
#94A16C (or 0x94A16C) is known color: Green Smoke. HEX triplet: 94, A1 and 6C. RGB value is (148,161,108). Sum of RGB (Red+Green+Blue) = 148+161+108=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #94A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A16C is #6B5E93. Grayscale: #979797. Windows color (decimal): -7036564 or 7119252. OLE color: 7119252.
HSL color Cylindrical-coordinate representation of color #94A16C: hue angle of 74.72º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A16C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 108 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.37 |
| HSL | 74.72º | 0.22% | 0.53% | - |
| HSV(B) | 74.72º | 0.33% | 0.63% | - |
| XYZ | 27.66 | 32.87 | 19.07 | - |
| YUV | 151.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 108 | 0.08 | 0 | 0.33 | 0.37 | 74.72 | 0.22 | 0.53 |
| Hex | 94 | A1 | 6C | 8 | 0 | 21 | 25 | 4B | 16 | 35 |
| Octal | 224 | 241 | 154 | 10 | 0 | 41 | 45 | 113 | 26 | 65 |
| Binary | 10010100 | 10100001 | 1101100 | 1000 | 0 | 100001 | 100101 | 1001011 | 10110 | 110101 |
Color Harmonies of #94A16C
Complementary color
Monochromatic Colors of #94A16C
Black with #94A16C
Text Example
Text Example
White with #94A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A16C; }
p { color: rgb(148,161,108); }
H1.HeaderClassName
{
color: #94A16C;
}
.AnyTagClassName
{
color: #94A16C;
}
</style>
background-color css
<style>
a { background-color: #94A16C; }
a { background-color: rgb(148,161,108); }
div.DivClassName
{
background-color: #94A16C;
}
.BgClassName
{
background-color: #94A16C;
}
</style>
border-color css
<style>
span { border-color: #94A16C; }
span { border-color: rgb(148,161,108); }
td.TdClassName
{
border-color: #94A16C;
}
.TagClassName
{
border-color: #94A16C;
}
</style>