Html Css Color HEX #8FCF76 Gossip

📋 copy color: '#8FCF76'

red 143 ◦ green 207 ◦ blue 118

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

Shades of Gossip #8FCF76

Tints of Gossip #8FCF76

RGB

 RED value IS 143 (56.25% from 255) = 30.56%

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 30.56%
G = 44.23%
B = 25.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#8FCF76 (or 0x8FCF76) is known color: Gossip. HEX triplet: 8F, CF and 76. RGB value is (143,207,118). Sum of RGB (Red+Green+Blue) = 143+207+118=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF76 is #703089. Grayscale: #B2B2B2. Windows color (decimal): -7352458 or 7786383. OLE color: 7786383.

HSL color Cylindrical-coordinate representation of color #8FCF76: hue angle of 103.15º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCF76 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 207 118 -
CMYK 0.31 0 0.43 0.19
HSL 103.15º 0.48% 0.64% -
HSV(B) 103.15º 0.43% 0.81% -
XYZ 36.91 51.77 25.19 -
YUV 177.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 143 207 118 0.31 0 0.43 0.19 103.15 0.48 0.64
Hex 8F CF 76 1F 0 2B 13 67 30 40
Octal 217 317 166 37 0 53 23 147 60 100
Binary 10001111 11001111 1110110 11111 0 101011 10011 1100111 110000 1000000

Color Harmonies of #8FCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCF76

Black with #8FCF76

Text Example


Text Example

White with #8FCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,207,118); }

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

background-color css

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

 a { background-color: rgb(143,207,118); }

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

border-color css

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

 span { border-color: rgb(143,207,118); }

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