Shades of Green Smoke #97A866
Tints of Green Smoke #97A866
RGB
CMYK
RGB Variations
Color information
#97A866 (or 0x97A866) is known color: Green Smoke. HEX triplet: 97, A8 and 66. RGB value is (151,168,102). Sum of RGB (Red+Green+Blue) = 151+168+102=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #97A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A866 is #685799. Grayscale: #9B9B9B. Windows color (decimal): -6838170 or 6727831. OLE color: 6727831.
HSL color Cylindrical-coordinate representation of color #97A866: hue angle of 75.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97A866 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 102 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.34 |
| HSL | 75.45º | 0.28% | 0.53% | - |
| HSV(B) | 75.45º | 0.39% | 0.66% | - |
| XYZ | 29.16 | 35.54 | 17.89 | - |
| YUV | 155.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 102 | 0.10 | 0 | 0.39 | 0.34 | 75.45 | 0.28 | 0.53 |
| Hex | 97 | A8 | 66 | A | 0 | 27 | 22 | 4B | 1C | 35 |
| Octal | 227 | 250 | 146 | 12 | 0 | 47 | 42 | 113 | 34 | 65 |
| Binary | 10010111 | 10101000 | 1100110 | 1010 | 0 | 100111 | 100010 | 1001011 | 11100 | 110101 |
Color Harmonies of #97A866
Complementary color
Monochromatic Colors of #97A866
Black with #97A866
Text Example
Text Example
White with #97A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A866; }
p { color: rgb(151,168,102); }
H1.HeaderClassName
{
color: #97A866;
}
.AnyTagClassName
{
color: #97A866;
}
</style>
background-color css
<style>
a { background-color: #97A866; }
a { background-color: rgb(151,168,102); }
div.DivClassName
{
background-color: #97A866;
}
.BgClassName
{
background-color: #97A866;
}
</style>
border-color css
<style>
span { border-color: #97A866; }
span { border-color: rgb(151,168,102); }
td.TdClassName
{
border-color: #97A866;
}
.TagClassName
{
border-color: #97A866;
}
</style>