Html Css Color HEX #8CC379 Gossip

📋 copy color: '#8CC379'

red 140 ◦ green 195 ◦ blue 121

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

Shades of Gossip #8CC379

Tints of Gossip #8CC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 30.7%
G = 42.76%
B = 26.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#8CC379 (or 0x8CC379) is known color: Gossip. HEX triplet: 8C, C3 and 79. RGB value is (140,195,121). Sum of RGB (Red+Green+Blue) = 140+195+121=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC379 is #733C86. Grayscale: #AAAAAA. Windows color (decimal): -7552135 or 7979916. OLE color: 7979916.

HSL color Cylindrical-coordinate representation of color #8CC379: hue angle of 104.59º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC379 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 121 -
CMYK 0.28 0 0.38 0.24
HSL 104.59º 0.38% 0.62% -
HSV(B) 104.59º 0.38% 0.76% -
XYZ 33.78 45.99 25.18 -
YUV 170.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 140 195 121 0.28 0 0.38 0.24 104.59 0.38 0.62
Hex 8C C3 79 1C 0 26 18 69 26 3E
Octal 214 303 171 34 0 46 30 151 46 76
Binary 10001100 11000011 1111001 11100 0 100110 11000 1101001 100110 111110

Color Harmonies of #8CC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC379

Black with #8CC379

Text Example


Text Example

White with #8CC379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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