Html Css Color HEX #8CC378 Gossip

📋 copy color: '#8CC378'

red 140 ◦ green 195 ◦ blue 120

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

Shades of Gossip #8CC378

Tints of Gossip #8CC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 30.77%
G = 42.86%
B = 26.37%

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

#8CC378 (or 0x8CC378) is known color: Gossip. HEX triplet: 8C, C3 and 78. RGB value is (140,195,120). Sum of RGB (Red+Green+Blue) = 140+195+120=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC378 is #733C87. Grayscale: #AAAAAA. Windows color (decimal): -7552136 or 7914380. OLE color: 7914380.

HSL color Cylindrical-coordinate representation of color #8CC378: hue angle of 104º 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 #8CC378 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 120 -
CMYK 0.28 0 0.38 0.24
HSL 104º 0.38% 0.62% -
HSV(B) 104º 0.38% 0.76% -
XYZ 33.72 45.96 24.86 -
YUV 170.01 99.78 106.6 -
System Red Green Blue C M Y K H S L
Decimal 140 195 120 0.28 0 0.38 0.24 104 0.38 0.62
Hex 8C C3 78 1C 0 26 18 68 26 3E
Octal 214 303 170 34 0 46 30 150 46 76
Binary 10001100 11000011 1111000 11100 0 100110 11000 1101000 100110 111110

Color Harmonies of #8CC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC378

Black with #8CC378

Text Example


Text Example

White with #8CC378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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