#8BC678

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

Shades of Gossip #8BC678

Tints of Gossip #8BC678

Color information

#8BC678 (or 0x8BC678) is unknown color: approx Gossip. HEX triplet: 8B, C6 and 78. RGB value is (139,198,120). Sum of RGB (Red+Green+Blue) = 139+198+120=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC678 is #743987. Grayscale: #ABABAB. Windows color (decimal): -7616904 or 7915147. OLE color: 7915147.

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

Color convert

RGB139198120-
CMYK0.3000.390.22
HSL105.38º40.63%62.35%-
HSV(B)105.38º39.39%77.65%-
XYZ34.2347.2325.08-
YUV171.4798.95104.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=30.42%
G=43.33%
B=26.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391981200.3000.390.22105.3840.6362.35
Hex8BC6781E0271669293e
Octal21330617036047261515176
Binary10001011110001101111000111100100111101101101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,120); }

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

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

 a { background-color: rgb(139,198,120); }

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

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

 span { border-color: rgb(139,198,120); }

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