#97D076

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

Shades of Gossip #97D076

Tints of Gossip #97D076

Color information

#97D076 (or 0x97D076) is unknown color: approx Gossip. HEX triplet: 97, D0 and 76. RGB value is (151,208,118). Sum of RGB (Red+Green+Blue) = 151+208+118=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #97D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D076 is #682F89. Grayscale: #B4B4B4. Windows color (decimal): -6827914 or 7786647. OLE color: 7786647.

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

Color convert

RGB151208118-
CMYK0.2700.430.18
HSL98º48.91%63.92%-
HSV(B)98º43.27%81.57%-
XYZ38.595325.34-
YUV180.792.62106.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=31.66%
G=43.61%
B=24.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081180.2700.430.189848.9163.92
Hex97D0761B02B12623140
Octal227320166330532214261100
Binary100101111101000011101101101101010111001011000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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