#96C779

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

Shades of Gossip #96C779

Tints of Gossip #96C779

Color information

#96C779 (or 0x96C779) is unknown color: approx Gossip. HEX triplet: 96, C7 and 79. RGB value is (150,199,121). Sum of RGB (Red+Green+Blue) = 150+199+121=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #96C779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C779 is #693886. Grayscale: #AFAFAF. Windows color (decimal): -6895751 or 7980950. OLE color: 7980950.

HSL color Cylindrical-coordinate representation of color #96C779: hue angle of 97.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C779 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB150199121-
CMYK0.2500.390.22
HSL97.69º41.05%62.75%-
HSV(B)97.69º39.2%78.04%-
XYZ36.4548.7125.57-
YUV175.4697.27109.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 199 (78.12% from 255) = 42.34%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=31.91%
G=42.34%
B=25.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991210.2500.390.2297.6941.0562.75
Hex96C779190271662293f
Octal22630717131047261425177
Binary10010110110001111111001110010100111101101100010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C779; }

 p { color: rgb(150,199,121); }

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

<style>
 a { background-color: #96C779; }

 a { background-color: rgb(150,199,121); }

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

<style>
 span { border-color: #96C779; }

 span { border-color: rgb(150,199,121); }

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