#97D67F

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

Shades of Gossip #97D67F

Tints of Gossip #97D67F

Color information

#97D67F (or 0x97D67F) is unknown color: approx Gossip. HEX triplet: 97, D6 and 7F. RGB value is (151,214,127). Sum of RGB (Red+Green+Blue) = 151+214+127=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #97D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D67F is #682980. Grayscale: #B9B9B9. Windows color (decimal): -6826369 or 8378007. OLE color: 8378007.

HSL color Cylindrical-coordinate representation of color #97D67F: hue angle of 103.45º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97D67F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB151214127-
CMYK0.2900.410.16
HSL103.45º51.48%66.86%-
HSV(B)103.45º40.65%83.92%-
XYZ40.6456.228.79-
YUV185.2495.13103.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 127 (50% from 255) = 25.81%
R=30.69%
G=43.50%
B=25.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141270.2900.410.16103.4551.4866.86
Hex97D67F1D02910673343
Octal227326177350512014763103
Binary100101111101011011111111110101010011000011001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,214,127); }

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

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

 a { background-color: rgb(151,214,127); }

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

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

 span { border-color: rgb(151,214,127); }

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