#96C67A

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

Shades of Gossip #96C67A

Tints of Gossip #96C67A

Color information

#96C67A (or 0x96C67A) is unknown color: approx Gossip. HEX triplet: 96, C6 and 7A. RGB value is (150,198,122). Sum of RGB (Red+Green+Blue) = 150+198+122=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #96C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C67A is #693985. Grayscale: #AFAFAF. Windows color (decimal): -6896006 or 8046230. OLE color: 8046230.

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

Color convert

RGB150198122-
CMYK0.2400.380.22
HSL97.89º40%62.75%-
HSV(B)97.89º38.38%77.65%-
XYZ36.2848.2825.82-
YUV174.9898.1110.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=31.91%
G=42.13%
B=25.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981220.2400.380.2297.894062.75
Hex96C67A180261662283f
Octal22630617230046261425077
Binary10010110110001101111010110000100110101101100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,122); }

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

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

 a { background-color: rgb(150,198,122); }

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

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

 span { border-color: rgb(150,198,122); }

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