Html Css Color HEX #8CCB77 Gossip

📋 copy color: '#8CCB77'

red 140 ◦ green 203 ◦ blue 119

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

Shades of Gossip #8CCB77

Tints of Gossip #8CCB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

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

R = 30.3%
G = 43.94%
B = 25.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#8CCB77 (or 0x8CCB77) is known color: Gossip. HEX triplet: 8C, CB and 77. RGB value is (140,203,119). Sum of RGB (Red+Green+Blue) = 140+203+119=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB77 is #733488. Grayscale: #AEAEAE. Windows color (decimal): -7550089 or 7850892. OLE color: 7850892.

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

Color convert

RGB 140 203 119 -
CMYK 0.31 0 0.41 0.20
HSL 105º 0.45% 0.63% -
HSV(B) 105º 0.41% 0.8% -
XYZ 35.5 49.62 25.16 -
YUV 174.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 140 203 119 0.31 0 0.41 0.20 105 0.45 0.63
Hex 8C CB 77 1F 0 29 14 69 2D 3F
Octal 214 313 167 37 0 51 24 151 55 77
Binary 10001100 11001011 1110111 11111 0 101001 10100 1101001 101101 111111

Color Harmonies of #8CCB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB77

Black with #8CCB77

Text Example


Text Example

White with #8CCB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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