#8FCC79

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

Shades of Gossip #8FCC79

Tints of Gossip #8FCC79

Color information

#8FCC79 (or 0x8FCC79) is unknown color: approx Gossip. HEX triplet: 8F, CC and 79. RGB value is (143,204,121). Sum of RGB (Red+Green+Blue) = 143+204+121=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC79 is #703386. Grayscale: #B0B0B0. Windows color (decimal): -7353223 or 7982223. OLE color: 7982223.

HSL color Cylindrical-coordinate representation of color #8FCC79: hue angle of 104.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCC79 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB143204121-
CMYK0.3000.410.2
HSL104.1º44.86%63.73%-
HSV(B)104.1º40.69%80%-
XYZ36.3750.4125.9-
YUV176.396.79104.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=30.56%
G=43.59%
B=25.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041210.3000.410.2104.144.8663.73
Hex8FCC791E02914682d40
Octal217314171360512415055100
Binary100011111100110011110011111001010011010011010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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