Html Css Color HEX #8CCA77 Gossip

📋 copy color: '#8CCA77'

red 140 ◦ green 202 ◦ blue 119

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

Shades of Gossip #8CCA77

Tints of Gossip #8CCA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 30.37%
G = 43.82%
B = 25.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#8CCA77 (or 0x8CCA77) is known color: Gossip. HEX triplet: 8C, CA and 77. RGB value is (140,202,119). Sum of RGB (Red+Green+Blue) = 140+202+119=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA77 is #733588. Grayscale: #AEAEAE. Windows color (decimal): -7550345 or 7850636. OLE color: 7850636.

HSL color Cylindrical-coordinate representation of color #8CCA77: hue angle of 104.82º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CCA77 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 119 -
CMYK 0.31 0 0.41 0.21
HSL 104.82º 0.44% 0.63% -
HSV(B) 104.82º 0.41% 0.79% -
XYZ 35.27 49.15 25.08 -
YUV 174 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 140 202 119 0.31 0 0.41 0.21 104.82 0.44 0.63
Hex 8C CA 77 1F 0 29 15 69 2C 3F
Octal 214 312 167 37 0 51 25 151 54 77
Binary 10001100 11001010 1110111 11111 0 101001 10101 1101001 101100 111111

Color Harmonies of #8CCA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA77

Black with #8CCA77

Text Example


Text Example

White with #8CCA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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