#97cc74

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

Shades of Gossip #97CC74

Tints of Gossip #97CC74

Color information

#97CC74 (or 0x97CC74) is unknown color: approx Gossip. HEX triplet: 97, CC and 74. RGB value is (151,204,116). Sum of RGB (Red+Green+Blue) = 151+204+116=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CC74 is #68338B. Grayscale: #B2B2B2. Windows color (decimal): -6828940 or 7654551. OLE color: 7654551.

HSL color Cylindrical-coordinate representation of color #97CC74: hue angle of 96.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97CC74 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB151204116-
CMYK0.2600.430.2
HSL96.14º46.32%62.75%-
HSV(B)96.14º43.14%80%-
XYZ37.5151.0324.4-
YUV178.1292.94108.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=32.06%
G=43.31%
B=24.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041160.2600.430.296.1446.3262.75
Hex97CC741A02B14602e3f
Octal22731416432053241405677
Binary10010111110011001110100110100101011101001100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97cc74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,116); }

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

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

 a { background-color: rgb(151,204,116); }

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

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

 span { border-color: rgb(151,204,116); }

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