#97D07A

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

Shades of Gossip #97D07A

Tints of Gossip #97D07A

Color information

#97D07A (or 0x97D07A) is unknown color: approx Gossip. HEX triplet: 97, D0 and 7A. RGB value is (151,208,122). Sum of RGB (Red+Green+Blue) = 151+208+122=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #97D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D07A is #682F85. Grayscale: #B5B5B5. Windows color (decimal): -6827910 or 8048791. OLE color: 8048791.

HSL color Cylindrical-coordinate representation of color #97D07A: hue angle of 99.77º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97D07A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB151208122-
CMYK0.2700.410.18
HSL99.77º47.78%64.71%-
HSV(B)99.77º41.35%81.57%-
XYZ38.8353.126.61-
YUV181.1594.62106.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=31.39%
G=43.24%
B=25.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081220.2700.410.1899.7747.7864.71
Hex97D07A1B02912643041
Octal227320172330512214460101
Binary100101111101000011110101101101010011001011001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,208,122); }

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

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

 a { background-color: rgb(151,208,122); }

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

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

 span { border-color: rgb(151,208,122); }

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