Html Css Color HEX #8CC875 Gossip

📋 copy color: '#8CC875'

red 140 ◦ green 200 ◦ blue 117

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

Shades of Gossip #8CC875

Tints of Gossip #8CC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.76%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 30.63%
G = 43.76%
B = 25.6%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#8CC875 (or 0x8CC875) is known color: Gossip. HEX triplet: 8C, C8 and 75. RGB value is (140,200,117). Sum of RGB (Red+Green+Blue) = 140+200+117=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC875 is #73378A. Grayscale: #ACACAC. Windows color (decimal): -7550859 or 7719052. OLE color: 7719052.

HSL color Cylindrical-coordinate representation of color #8CC875: hue angle of 103.37º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC875 is Cyan = 0.3, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 117 -
CMYK 0.3 0 0.42 0.22
HSL 103.37º 0.43% 0.62% -
HSV(B) 103.37º 0.42% 0.78% -
XYZ 34.68 48.17 24.3 -
YUV 172.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 140 200 117 0.3 0 0.42 0.22 103.37 0.43 0.62
Hex 8C C8 75 1E 0 2A 16 67 2B 3E
Octal 214 310 165 36 0 52 26 147 53 76
Binary 10001100 11001000 1110101 11110 0 101010 10110 1100111 101011 111110

Color Harmonies of #8CC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC875

Black with #8CC875

Text Example


Text Example

White with #8CC875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,117); }

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

background-color css

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

 a { background-color: rgb(140,200,117); }

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

border-color css

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

 span { border-color: rgb(140,200,117); }

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