Shades of Green Smoke #97A350
Tints of Green Smoke #97A350
RGB
CMYK
RGB Variations
Color information
#97A350 (or 0x97A350) is known color: Green Smoke. HEX triplet: 97, A3 and 50. RGB value is (151,163,80). Sum of RGB (Red+Green+Blue) = 151+163+80=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #97A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A350 is #685CAF. Grayscale: #969696. Windows color (decimal): -6839472 or 5284759. OLE color: 5284759.
HSL color Cylindrical-coordinate representation of color #97A350: hue angle of 68.67º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97A350 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 80 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.36 |
| HSL | 68.67º | 0.34% | 0.48% | - |
| HSV(B) | 68.67º | 0.51% | 0.64% | - |
| XYZ | 27.31 | 33.35 | 12.59 | - |
| YUV | 149.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 80 | 0.07 | 0 | 0.51 | 0.36 | 68.67 | 0.34 | 0.48 |
| Hex | 97 | A3 | 50 | 7 | 0 | 33 | 24 | 45 | 22 | 30 |
| Octal | 227 | 243 | 120 | 7 | 0 | 63 | 44 | 105 | 42 | 60 |
| Binary | 10010111 | 10100011 | 1010000 | 111 | 0 | 110011 | 100100 | 1000101 | 100010 | 110000 |
Color Harmonies of #97A350
Complementary color
Monochromatic Colors of #97A350
Black with #97A350
Text Example
Text Example
White with #97A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A350; }
p { color: rgb(151,163,80); }
H1.HeaderClassName
{
color: #97A350;
}
.AnyTagClassName
{
color: #97A350;
}
</style>
background-color css
<style>
a { background-color: #97A350; }
a { background-color: rgb(151,163,80); }
div.DivClassName
{
background-color: #97A350;
}
.BgClassName
{
background-color: #97A350;
}
</style>
border-color css
<style>
span { border-color: #97A350; }
span { border-color: rgb(151,163,80); }
td.TdClassName
{
border-color: #97A350;
}
.TagClassName
{
border-color: #97A350;
}
</style>