#96D67F

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

Shades of Gossip #96D67F

Tints of Gossip #96D67F

Color information

#96D67F (or 0x96D67F) is unknown color: approx Gossip. HEX triplet: 96, D6 and 7F. RGB value is (150,214,127). Sum of RGB (Red+Green+Blue) = 150+214+127=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #96D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D67F is #692980. Grayscale: #B9B9B9. Windows color (decimal): -6891905 or 8378006. OLE color: 8378006.

HSL color Cylindrical-coordinate representation of color #96D67F: hue angle of 104.14º 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 #96D67F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB150214127-
CMYK0.3000.410.16
HSL104.14º51.48%66.86%-
HSV(B)104.14º40.65%83.92%-
XYZ40.4656.1128.78-
YUV184.9595.3103.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 127 (50% from 255) = 25.87%
R=30.55%
G=43.58%
B=25.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141270.3000.410.16104.1451.4866.86
Hex96D67F1E02910683343
Octal226326177360512015063103
Binary100101101101011011111111111001010011000011010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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