Shades of Green Smoke #97A85A
Tints of Green Smoke #97A85A
RGB
CMYK
RGB Variations
Color information
#97A85A (or 0x97A85A) is known color: Green Smoke. HEX triplet: 97, A8 and 5A. RGB value is (151,168,90). Sum of RGB (Red+Green+Blue) = 151+168+90=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #97A85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A85A is #6857A5. Grayscale: #9A9A9A. Windows color (decimal): -6838182 or 5941399. OLE color: 5941399.
HSL color Cylindrical-coordinate representation of color #97A85A: hue angle of 73.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97A85A is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 90 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.34 |
| HSL | 73.08º | 0.31% | 0.51% | - |
| HSV(B) | 73.08º | 0.46% | 0.66% | - |
| XYZ | 28.61 | 35.32 | 14.98 | - |
| YUV | 154.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 90 | 0.10 | 0 | 0.46 | 0.34 | 73.08 | 0.31 | 0.51 |
| Hex | 97 | A8 | 5A | A | 0 | 2E | 22 | 49 | 1F | 33 |
| Octal | 227 | 250 | 132 | 12 | 0 | 56 | 42 | 111 | 37 | 63 |
| Binary | 10010111 | 10101000 | 1011010 | 1010 | 0 | 101110 | 100010 | 1001001 | 11111 | 110011 |
Color Harmonies of #97A85A
Complementary color
Monochromatic Colors of #97A85A
Black with #97A85A
Text Example
Text Example
White with #97A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A85A; }
p { color: rgb(151,168,90); }
H1.HeaderClassName
{
color: #97A85A;
}
.AnyTagClassName
{
color: #97A85A;
}
</style>
background-color css
<style>
a { background-color: #97A85A; }
a { background-color: rgb(151,168,90); }
div.DivClassName
{
background-color: #97A85A;
}
.BgClassName
{
background-color: #97A85A;
}
</style>
border-color css
<style>
span { border-color: #97A85A; }
span { border-color: rgb(151,168,90); }
td.TdClassName
{
border-color: #97A85A;
}
.TagClassName
{
border-color: #97A85A;
}
</style>