Shades of Green Smoke #97A160
Tints of Green Smoke #97A160
RGB
CMYK
RGB Variations
Color information
#97A160 (or 0x97A160) is known color: Green Smoke. HEX triplet: 97, A1 and 60. RGB value is (151,161,96). Sum of RGB (Red+Green+Blue) = 151+161+96=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #97A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A160 is #685E9F. Grayscale: #969696. Windows color (decimal): -6839968 or 6332823. OLE color: 6332823.
HSL color Cylindrical-coordinate representation of color #97A160: hue angle of 69.23º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A160 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 96 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.37 |
| HSL | 69.23º | 0.26% | 0.5% | - |
| HSV(B) | 69.23º | 0.4% | 0.63% | - |
| XYZ | 27.62 | 32.91 | 15.96 | - |
| YUV | 150.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 96 | 0.06 | 0 | 0.40 | 0.37 | 69.23 | 0.26 | 0.5 |
| Hex | 97 | A1 | 60 | 6 | 0 | 28 | 25 | 45 | 1A | 32 |
| Octal | 227 | 241 | 140 | 6 | 0 | 50 | 45 | 105 | 32 | 62 |
| Binary | 10010111 | 10100001 | 1100000 | 110 | 0 | 101000 | 100101 | 1000101 | 11010 | 110010 |
Color Harmonies of #97A160
Complementary color
Monochromatic Colors of #97A160
Black with #97A160
Text Example
Text Example
White with #97A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A160; }
p { color: rgb(151,161,96); }
H1.HeaderClassName
{
color: #97A160;
}
.AnyTagClassName
{
color: #97A160;
}
</style>
background-color css
<style>
a { background-color: #97A160; }
a { background-color: rgb(151,161,96); }
div.DivClassName
{
background-color: #97A160;
}
.BgClassName
{
background-color: #97A160;
}
</style>
border-color css
<style>
span { border-color: #97A160; }
span { border-color: rgb(151,161,96); }
td.TdClassName
{
border-color: #97A160;
}
.TagClassName
{
border-color: #97A160;
}
</style>