#8FCB77

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

Shades of Gossip #8FCB77

Tints of Gossip #8FCB77

Color information

#8FCB77 (or 0x8FCB77) is unknown color: approx Gossip. HEX triplet: 8F, CB and 77. RGB value is (143,203,119). Sum of RGB (Red+Green+Blue) = 143+203+119=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB77 is #703488. Grayscale: #AFAFAF. Windows color (decimal): -7353481 or 7850895. OLE color: 7850895.

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

Color convert

RGB143203119-
CMYK0.3000.410.20
HSL102.86º44.68%63.14%-
HSV(B)102.86º41.38%79.61%-
XYZ36.0149.8825.18-
YUV175.4896.12104.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=30.75%
G=43.66%
B=25.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031190.3000.410.20102.8644.6863.14
Hex8FCB771E02914672d3f
Octal21731316736051241475577
Binary10001111110010111110111111100101001101001100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,119); }

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

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

 a { background-color: rgb(143,203,119); }

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

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

 span { border-color: rgb(143,203,119); }

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