Html Css Color HEX #8CC677 Gossip

📋 copy color: '#8CC677'

red 140 ◦ green 198 ◦ blue 119

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

Shades of Gossip #8CC677

Tints of Gossip #8CC677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 30.63%
G = 43.33%
B = 26.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#8CC677 (or 0x8CC677) is known color: Gossip. HEX triplet: 8C, C6 and 77. RGB value is (140,198,119). Sum of RGB (Red+Green+Blue) = 140+198+119=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC677 is #733988. Grayscale: #ABABAB. Windows color (decimal): -7551369 or 7849612. OLE color: 7849612.

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

Color convert

RGB 140 198 119 -
CMYK 0.29 0 0.40 0.22
HSL 104.05º 0.41% 0.62% -
HSV(B) 104.05º 0.4% 0.78% -
XYZ 34.34 47.3 24.77 -
YUV 171.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 140 198 119 0.29 0 0.40 0.22 104.05 0.41 0.62
Hex 8C C6 77 1D 0 28 16 68 29 3E
Octal 214 306 167 35 0 50 26 150 51 76
Binary 10001100 11000110 1110111 11101 0 101000 10110 1101000 101001 111110

Color Harmonies of #8CC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC677

Black with #8CC677

Text Example


Text Example

White with #8CC677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,198,119); }

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

background-color css

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

 a { background-color: rgb(140,198,119); }

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

border-color css

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

 span { border-color: rgb(140,198,119); }

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