Shades of Green Smoke #97A060
Tints of Green Smoke #97A060
RGB
CMYK
RGB Variations
Color information
#97A060 (or 0x97A060) is known color: Green Smoke. HEX triplet: 97, A0 and 60. RGB value is (151,160,96). Sum of RGB (Red+Green+Blue) = 151+160+96=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #97A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A060 is #685F9F. Grayscale: #969696. Windows color (decimal): -6840224 or 6332567. OLE color: 6332567.
HSL color Cylindrical-coordinate representation of color #97A060: hue angle of 68.44º degrees, saturation: 0.25, 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 #97A060 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 160 | 96 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.37 |
| HSL | 68.44º | 0.25% | 0.5% | - |
| HSV(B) | 68.44º | 0.4% | 0.63% | - |
| XYZ | 27.44 | 32.57 | 15.91 | - |
| YUV | 150.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 96 | 0.06 | 0 | 0.4 | 0.37 | 68.44 | 0.25 | 0.5 |
| Hex | 97 | A0 | 60 | 6 | 0 | 28 | 25 | 44 | 19 | 32 |
| Octal | 227 | 240 | 140 | 6 | 0 | 50 | 45 | 104 | 31 | 62 |
| Binary | 10010111 | 10100000 | 1100000 | 110 | 0 | 101000 | 100101 | 1000100 | 11001 | 110010 |
Color Harmonies of #97A060
Complementary color
Monochromatic Colors of #97A060
Black with #97A060
Text Example
Text Example
White with #97A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A060; }
p { color: rgb(151,160,96); }
H1.HeaderClassName
{
color: #97A060;
}
.AnyTagClassName
{
color: #97A060;
}
</style>
background-color css
<style>
a { background-color: #97A060; }
a { background-color: rgb(151,160,96); }
div.DivClassName
{
background-color: #97A060;
}
.BgClassName
{
background-color: #97A060;
}
</style>
border-color css
<style>
span { border-color: #97A060; }
span { border-color: rgb(151,160,96); }
td.TdClassName
{
border-color: #97A060;
}
.TagClassName
{
border-color: #97A060;
}
</style>