#97A550

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

Shades of Green Smoke #97A550

Tints of Green Smoke #97A550

Color information

#97A550 (or 0x97A550) is unknown color: approx Green Smoke. HEX triplet: 97, A5 and 50. RGB value is (151,165,80). Sum of RGB (Red+Green+Blue) = 151+165+80=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #97A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A550 is #685AAF. Grayscale: #979797. Windows color (decimal): -6838960 or 5285271. OLE color: 5285271.

HSL color Cylindrical-coordinate representation of color #97A550: hue angle of 69.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97A550 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB15116580-
CMYK0.0800.520.35
HSL69.88º34.69%48.04%-
HSV(B)69.88º51.52%64.71%-
XYZ27.6734.0712.71-
YUV151.1287.86127.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=38.13%
G=41.67%
B=20.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165800.0800.520.3569.8834.6948.04
Hex97A550803423462330
Octal22724512010064431064360
Binary10010111101001011010000100001101001000111000110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,80); }

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

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

 a { background-color: rgb(151,165,80); }

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

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

 span { border-color: rgb(151,165,80); }

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