#8FC875

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

Shades of Gossip #8FC875

Tints of Gossip #8FC875

Color information

#8FC875 (or 0x8FC875) is unknown color: approx Gossip. HEX triplet: 8F, C8 and 75. RGB value is (143,200,117). Sum of RGB (Red+Green+Blue) = 143+200+117=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC875 is #70378A. Grayscale: #ADADAD. Windows color (decimal): -7354251 or 7719055. OLE color: 7719055.

HSL color Cylindrical-coordinate representation of color #8FC875: hue angle of 101.2º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FC875 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB143200117-
CMYK0.2800.420.22
HSL101.2º43.01%62.16%-
HSV(B)101.2º41.5%78.43%-
XYZ35.1948.4324.32-
YUV173.4996.12106.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=31.09%
G=43.48%
B=25.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001170.2800.420.22101.243.0162.16
Hex8FC8751C02A16652b3e
Octal21731016534052261455376
Binary10001111110010001110101111000101010101101100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,117); }

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

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

 a { background-color: rgb(143,200,117); }

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

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

 span { border-color: rgb(143,200,117); }

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