Html Css Color HEX #8CC77A Gossip

📋 copy color: '#8CC77A'

red 140 ◦ green 199 ◦ blue 122

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

Shades of Gossip #8CC77A

Tints of Gossip #8CC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 30.37%
G = 43.17%
B = 26.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#8CC77A (or 0x8CC77A) is known color: Gossip. HEX triplet: 8C, C7 and 7A. RGB value is (140,199,122). Sum of RGB (Red+Green+Blue) = 140+199+122=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC77A is #733885. Grayscale: #ACACAC. Windows color (decimal): -7551110 or 8046476. OLE color: 8046476.

HSL color Cylindrical-coordinate representation of color #8CC77A: hue angle of 105.97º degrees, saturation: 0.41, 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 #8CC77A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 199 122 -
CMYK 0.30 0 0.39 0.22
HSL 105.97º 0.41% 0.63% -
HSV(B) 105.97º 0.39% 0.78% -
XYZ 34.75 47.83 25.81 -
YUV 172.58 99.45 104.76 -
System Red Green Blue C M Y K H S L
Decimal 140 199 122 0.30 0 0.39 0.22 105.97 0.41 0.63
Hex 8C C7 7A 1E 0 27 16 6A 29 3F
Octal 214 307 172 36 0 47 26 152 51 77
Binary 10001100 11000111 1111010 11110 0 100111 10110 1101010 101001 111111

Color Harmonies of #8CC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC77A

Black with #8CC77A

Text Example


Text Example

White with #8CC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,199,122); }

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

background-color css

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

 a { background-color: rgb(140,199,122); }

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

border-color css

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

 span { border-color: rgb(140,199,122); }

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