Shades of Green Smoke #97AD63
Tints of Green Smoke #97AD63
RGB
CMYK
RGB Variations
Color information
#97AD63 (or 0x97AD63) is known color: Green Smoke. HEX triplet: 97, AD and 63. RGB value is (151,173,99). Sum of RGB (Red+Green+Blue) = 151+173+99=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD63 is #68529C. Grayscale: #9E9E9E. Windows color (decimal): -6836893 or 6532503. OLE color: 6532503.
HSL color Cylindrical-coordinate representation of color #97AD63: hue angle of 77.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97AD63 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 99 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.32 |
| HSL | 77.84º | 0.31% | 0.53% | - |
| HSV(B) | 77.84º | 0.43% | 0.68% | - |
| XYZ | 29.96 | 37.37 | 17.44 | - |
| YUV | 157.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 99 | 0.13 | 0 | 0.43 | 0.32 | 77.84 | 0.31 | 0.53 |
| Hex | 97 | AD | 63 | D | 0 | 2B | 20 | 4E | 1F | 35 |
| Octal | 227 | 255 | 143 | 15 | 0 | 53 | 40 | 116 | 37 | 65 |
| Binary | 10010111 | 10101101 | 1100011 | 1101 | 0 | 101011 | 100000 | 1001110 | 11111 | 110101 |
Color Harmonies of #97AD63
Complementary color
Monochromatic Colors of #97AD63
Black with #97AD63
Text Example
Text Example
White with #97AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD63; }
p { color: rgb(151,173,99); }
H1.HeaderClassName
{
color: #97AD63;
}
.AnyTagClassName
{
color: #97AD63;
}
</style>
background-color css
<style>
a { background-color: #97AD63; }
a { background-color: rgb(151,173,99); }
div.DivClassName
{
background-color: #97AD63;
}
.BgClassName
{
background-color: #97AD63;
}
</style>
border-color css
<style>
span { border-color: #97AD63; }
span { border-color: rgb(151,173,99); }
td.TdClassName
{
border-color: #97AD63;
}
.TagClassName
{
border-color: #97AD63;
}
</style>