#97A962

Color #97A962 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #97A962

Tints of Green Smoke #97A962

Color information

#97A962 (or 0x97A962) is unknown color: approx Green Smoke. HEX triplet: 97, A9 and 62. RGB value is (151,169,98). Sum of RGB (Red+Green+Blue) = 151+169+98=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #97A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A962 is #68569D. Grayscale: #9B9B9B. Windows color (decimal): -6837918 or 6465943. OLE color: 6465943.

HSL color Cylindrical-coordinate representation of color #97A962: hue angle of 75.21º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97A962 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB15116998-
CMYK0.1100.420.34
HSL75.21º29.22%52.35%-
HSV(B)75.21º42.01%66.27%-
XYZ29.1635.8416.94-
YUV155.5295.54124.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 98 (38.67% from 255) = 23.44%
R=36.12%
G=40.43%
B=23.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151169980.1100.420.3475.2129.2252.35
Hex97A962B02A224b1d34
Octal22725114213052421133564
Binary1001011110101001110001010110101010100010100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A962; }

 p { color: rgb(151,169,98); }

 H1.HeaderClassName
 {
   color: #97A962;
 }
 .AnyTagClassName
 {
   color: #97A962;
 }
</style>
background-color css

<style>
 a { background-color: #97A962; }

 a { background-color: rgb(151,169,98); }

 div.DivClassName
 {
   background-color: #97A962;
 }
 .BgClassName
 {
   background-color: #97A962;
 }
</style>
border-color css

<style>
 span { border-color: #97A962; }

 span { border-color: rgb(151,169,98); }

 td.TdClassName
 {
   border-color: #97A962;
 }
 .TagClassName
 {
   border-color: #97A962;
 }
</style>