Shades of Green Smoke #97A547
Tints of Green Smoke #97A547
RGB
CMYK
RGB Variations
Color information
#97A547 (or 0x97A547) is known color: Green Smoke. HEX triplet: 97, A5 and 47. RGB value is (151,165,71). Sum of RGB (Red+Green+Blue) = 151+165+71=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #97A547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A547 is #685AB8. Grayscale: #969696. Windows color (decimal): -6838969 or 4695447. OLE color: 4695447.
HSL color Cylindrical-coordinate representation of color #97A547: hue angle of 68.94º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97A547 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 165 | 71 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.35 |
| HSL | 68.94º | 0.4% | 0.46% | - |
| HSV(B) | 68.94º | 0.57% | 0.65% | - |
| XYZ | 27.35 | 33.94 | 11.07 | - |
| YUV | 150.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 71 | 0.08 | 0 | 0.57 | 0.35 | 68.94 | 0.4 | 0.46 |
| Hex | 97 | A5 | 47 | 8 | 0 | 39 | 23 | 45 | 28 | 2E |
| Octal | 227 | 245 | 107 | 10 | 0 | 71 | 43 | 105 | 50 | 56 |
| Binary | 10010111 | 10100101 | 1000111 | 1000 | 0 | 111001 | 100011 | 1000101 | 101000 | 101110 |
Color Harmonies of #97A547
Complementary color
Monochromatic Colors of #97A547
Black with #97A547
Text Example
Text Example
White with #97A547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A547; }
p { color: rgb(151,165,71); }
H1.HeaderClassName
{
color: #97A547;
}
.AnyTagClassName
{
color: #97A547;
}
</style>
background-color css
<style>
a { background-color: #97A547; }
a { background-color: rgb(151,165,71); }
div.DivClassName
{
background-color: #97A547;
}
.BgClassName
{
background-color: #97A547;
}
</style>
border-color css
<style>
span { border-color: #97A547; }
span { border-color: rgb(151,165,71); }
td.TdClassName
{
border-color: #97A547;
}
.TagClassName
{
border-color: #97A547;
}
</style>