#8FC379

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

Shades of Gossip #8FC379

Tints of Gossip #8FC379

Color information

#8FC379 (or 0x8FC379) is unknown color: approx Gossip. HEX triplet: 8F, C3 and 79. RGB value is (143,195,121). Sum of RGB (Red+Green+Blue) = 143+195+121=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC379 is #703C86. Grayscale: #ABABAB. Windows color (decimal): -7355527 or 7979919. OLE color: 7979919.

HSL color Cylindrical-coordinate representation of color #8FC379: hue angle of 102.16º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC379 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB143195121-
CMYK0.2700.380.24
HSL102.16º38.14%61.96%-
HSV(B)102.16º37.95%76.47%-
XYZ34.2946.2525.21-
YUV171.0299.77108.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=31.15%
G=42.48%
B=26.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951210.2700.380.24102.1638.1461.96
Hex8FC3791B0261866263e
Octal21730317133046301464676
Binary10001111110000111111001110110100110110001100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC379; }

 p { color: rgb(143,195,121); }

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

<style>
 a { background-color: #8FC379; }

 a { background-color: rgb(143,195,121); }

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

<style>
 span { border-color: #8FC379; }

 span { border-color: rgb(143,195,121); }

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