Shades of Green Smoke #97A568
Tints of Green Smoke #97A568
RGB
CMYK
RGB Variations
Color information
#97A568 (or 0x97A568) is known color: Green Smoke. HEX triplet: 97, A5 and 68. RGB value is (151,165,104). Sum of RGB (Red+Green+Blue) = 151+165+104=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #97A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A568 is #685A97. Grayscale: #9A9A9A. Windows color (decimal): -6838936 or 6858135. OLE color: 6858135.
HSL color Cylindrical-coordinate representation of color #97A568: hue angle of 73.77º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97A568 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 165 | 104 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.35 |
| HSL | 73.77º | 0.25% | 0.53% | - |
| HSV(B) | 73.77º | 0.37% | 0.65% | - |
| XYZ | 28.72 | 34.49 | 18.24 | - |
| YUV | 153.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 104 | 0.08 | 0 | 0.37 | 0.35 | 73.77 | 0.25 | 0.53 |
| Hex | 97 | A5 | 68 | 8 | 0 | 25 | 23 | 4A | 19 | 35 |
| Octal | 227 | 245 | 150 | 10 | 0 | 45 | 43 | 112 | 31 | 65 |
| Binary | 10010111 | 10100101 | 1101000 | 1000 | 0 | 100101 | 100011 | 1001010 | 11001 | 110101 |
Color Harmonies of #97A568
Complementary color
Monochromatic Colors of #97A568
Black with #97A568
Text Example
Text Example
White with #97A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A568; }
p { color: rgb(151,165,104); }
H1.HeaderClassName
{
color: #97A568;
}
.AnyTagClassName
{
color: #97A568;
}
</style>
background-color css
<style>
a { background-color: #97A568; }
a { background-color: rgb(151,165,104); }
div.DivClassName
{
background-color: #97A568;
}
.BgClassName
{
background-color: #97A568;
}
</style>
border-color css
<style>
span { border-color: #97A568; }
span { border-color: rgb(151,165,104); }
td.TdClassName
{
border-color: #97A568;
}
.TagClassName
{
border-color: #97A568;
}
</style>