#8FD076

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

Shades of Gossip #8FD076

Tints of Gossip #8FD076

Color information

#8FD076 (or 0x8FD076) is unknown color: approx Gossip. HEX triplet: 8F, D0 and 76. RGB value is (143,208,118). Sum of RGB (Red+Green+Blue) = 143+208+118=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD076 is #702F89. Grayscale: #B2B2B2. Windows color (decimal): -7352202 or 7786639. OLE color: 7786639.

HSL color Cylindrical-coordinate representation of color #8FD076: hue angle of 103.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD076 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB143208118-
CMYK0.3100.430.18
HSL103.33º48.91%63.92%-
HSV(B)103.33º43.27%81.57%-
XYZ37.1552.2625.27-
YUV178.393.97102.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=30.49%
G=44.35%
B=25.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081180.3100.430.18103.3348.9163.92
Hex8FD0761F02B12673140
Octal217320166370532214761100
Binary100011111101000011101101111101010111001011001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,118); }

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

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

 a { background-color: rgb(143,208,118); }

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

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

 span { border-color: rgb(143,208,118); }

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