#8FCC72

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

Shades of Gossip #8FCC72

Tints of Gossip #8FCC72

Color information

#8FCC72 (or 0x8FCC72) is unknown color: approx Gossip. HEX triplet: 8F, CC and 72. RGB value is (143,204,114). Sum of RGB (Red+Green+Blue) = 143+204+114=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC72 is #70338D. Grayscale: #AFAFAF. Windows color (decimal): -7353230 or 7523471. OLE color: 7523471.

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

Color convert

RGB143204114-
CMYK0.3000.440.2
HSL100.67º46.88%62.35%-
HSV(B)100.67º44.12%80%-
XYZ35.9650.2423.72-
YUV175.593.29104.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=31.02%
G=44.25%
B=24.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041140.3000.440.2100.6746.8862.35
Hex8FCC721E02C14652f3e
Octal21731416236054241455776
Binary10001111110011001110010111100101100101001100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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