#96E678

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

Shades of Gossip #96E678

Tints of Gossip #96E678

Color information

#96E678 (or 0x96E678) is unknown color: approx Gossip. HEX triplet: 96, E6 and 78. RGB value is (150,230,120). Sum of RGB (Red+Green+Blue) = 150+230+120=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #96E678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E678 is #691987. Grayscale: #C1C1C1. Windows color (decimal): -6887816 or 7923350. OLE color: 7923350.

HSL color Cylindrical-coordinate representation of color #96E678: hue angle of 103.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96E678 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB150230120-
CMYK0.3500.480.10
HSL103.64º68.75%68.63%-
HSV(B)103.64º47.83%90.2%-
XYZ44.2664.4327.87-
YUV193.5486.596.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 230 (90.23% from 255) = 46%
BLUE value IS 120 (47.27% from 255) = 24%
R=30%
G=46%
B=24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502301200.3500.480.10103.6468.7568.63
Hex96E67823030A684545
Octal2263461704306012150105105
Binary1001011011100110111100010001101100001010110100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,230,120); }

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

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

 a { background-color: rgb(150,230,120); }

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

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

 span { border-color: rgb(150,230,120); }

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