Shades of Green Smoke #97A068
Tints of Green Smoke #97A068
RGB
CMYK
RGB Variations
Color information
#97A068 (or 0x97A068) is known color: Green Smoke. HEX triplet: 97, A0 and 68. RGB value is (151,160,104). Sum of RGB (Red+Green+Blue) = 151+160+104=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #97A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A068 is #685F97. Grayscale: #979797. Windows color (decimal): -6840216 or 6856855. OLE color: 6856855.
HSL color Cylindrical-coordinate representation of color #97A068: hue angle of 69.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97A068 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 160 | 104 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.37 |
| HSL | 69.64º | 0.23% | 0.52% | - |
| HSV(B) | 69.64º | 0.35% | 0.63% | - |
| XYZ | 27.83 | 32.72 | 17.95 | - |
| YUV | 150.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 104 | 0.06 | 0 | 0.35 | 0.37 | 69.64 | 0.23 | 0.52 |
| Hex | 97 | A0 | 68 | 6 | 0 | 23 | 25 | 46 | 17 | 34 |
| Octal | 227 | 240 | 150 | 6 | 0 | 43 | 45 | 106 | 27 | 64 |
| Binary | 10010111 | 10100000 | 1101000 | 110 | 0 | 100011 | 100101 | 1000110 | 10111 | 110100 |
Color Harmonies of #97A068
Complementary color
Monochromatic Colors of #97A068
Black with #97A068
Text Example
Text Example
White with #97A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A068; }
p { color: rgb(151,160,104); }
H1.HeaderClassName
{
color: #97A068;
}
.AnyTagClassName
{
color: #97A068;
}
</style>
background-color css
<style>
a { background-color: #97A068; }
a { background-color: rgb(151,160,104); }
div.DivClassName
{
background-color: #97A068;
}
.BgClassName
{
background-color: #97A068;
}
</style>
border-color css
<style>
span { border-color: #97A068; }
span { border-color: rgb(151,160,104); }
td.TdClassName
{
border-color: #97A068;
}
.TagClassName
{
border-color: #97A068;
}
</style>