#8FCA79

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

Shades of Gossip #8FCA79

Tints of Gossip #8FCA79

Color information

#8FCA79 (or 0x8FCA79) is unknown color: approx Gossip. HEX triplet: 8F, CA and 79. RGB value is (143,202,121). Sum of RGB (Red+Green+Blue) = 143+202+121=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA79 is #703586. Grayscale: #AFAFAF. Windows color (decimal): -7353735 or 7981711. OLE color: 7981711.

HSL color Cylindrical-coordinate representation of color #8FCA79: hue angle of 103.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCA79 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB143202121-
CMYK0.2900.400.21
HSL103.7º43.32%63.33%-
HSV(B)103.7º40.1%79.22%-
XYZ35.949.4625.74-
YUV175.1297.45105.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=30.69%
G=43.35%
B=25.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021210.2900.400.21103.743.3263.33
Hex8FCA791D02815682b3f
Octal21731217135050251505377
Binary10001111110010101111001111010101000101011101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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