Html Css Color HEX #8CC879 Gossip

📋 copy color: '#8CC879'

red 140 ◦ green 200 ◦ blue 121

#8CC879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8CC879

Tints of Gossip #8CC879

RGB

 RED value IS 140 (55.08% from 255) = 30.37%

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 30.37%
G = 43.38%
B = 26.25%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#8CC879 (or 0x8CC879) is known color: Gossip. HEX triplet: 8C, C8 and 79. RGB value is (140,200,121). Sum of RGB (Red+Green+Blue) = 140+200+121=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC879 is #733786. Grayscale: #ADADAD. Windows color (decimal): -7550855 or 7981196. OLE color: 7981196.

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

Color convert

RGB 140 200 121 -
CMYK 0.3 0 0.39 0.22
HSL 105.57º 0.42% 0.63% -
HSV(B) 105.57º 0.4% 0.78% -
XYZ 34.92 48.26 25.56 -
YUV 173.05 98.62 104.42 -
System Red Green Blue C M Y K H S L
Decimal 140 200 121 0.3 0 0.39 0.22 105.57 0.42 0.63
Hex 8C C8 79 1E 0 27 16 6A 2A 3F
Octal 214 310 171 36 0 47 26 152 52 77
Binary 10001100 11001000 1111001 11110 0 100111 10110 1101010 101010 111111

Color Harmonies of #8CC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC879

Black with #8CC879

Text Example


Text Example

White with #8CC879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,121); }

 H1.HeaderClassName
 {
   color: #8CC879;
 }
 .AnyTagClassName
 {
   color: #8CC879;
 }
</style>

background-color css

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

 a { background-color: rgb(140,200,121); }

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

border-color css

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

 span { border-color: rgb(140,200,121); }

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