Shades of Green Smoke #97A35E
Tints of Green Smoke #97A35E
RGB
CMYK
RGB Variations
Color information
#97A35E (or 0x97A35E) is known color: Green Smoke. HEX triplet: 97, A3 and 5E. RGB value is (151,163,94). Sum of RGB (Red+Green+Blue) = 151+163+94=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #97A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A35E is #685CA1. Grayscale: #979797. Windows color (decimal): -6839458 or 6202263. OLE color: 6202263.
HSL color Cylindrical-coordinate representation of color #97A35E: hue angle of 70.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97A35E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 94 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.36 |
| HSL | 70.43º | 0.27% | 0.5% | - |
| HSV(B) | 70.43º | 0.42% | 0.64% | - |
| XYZ | 27.88 | 33.58 | 15.6 | - |
| YUV | 151.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 94 | 0.07 | 0 | 0.42 | 0.36 | 70.43 | 0.27 | 0.5 |
| Hex | 97 | A3 | 5E | 7 | 0 | 2A | 24 | 46 | 1B | 32 |
| Octal | 227 | 243 | 136 | 7 | 0 | 52 | 44 | 106 | 33 | 62 |
| Binary | 10010111 | 10100011 | 1011110 | 111 | 0 | 101010 | 100100 | 1000110 | 11011 | 110010 |
Color Harmonies of #97A35E
Complementary color
Monochromatic Colors of #97A35E
Black with #97A35E
Text Example
Text Example
White with #97A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A35E; }
p { color: rgb(151,163,94); }
H1.HeaderClassName
{
color: #97A35E;
}
.AnyTagClassName
{
color: #97A35E;
}
</style>
background-color css
<style>
a { background-color: #97A35E; }
a { background-color: rgb(151,163,94); }
div.DivClassName
{
background-color: #97A35E;
}
.BgClassName
{
background-color: #97A35E;
}
</style>
border-color css
<style>
span { border-color: #97A35E; }
span { border-color: rgb(151,163,94); }
td.TdClassName
{
border-color: #97A35E;
}
.TagClassName
{
border-color: #97A35E;
}
</style>