Html Css Color HEX #8FCB79 Gossip

📋 copy color: '#8FCB79'

red 143 ◦ green 203 ◦ blue 121

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

Shades of Gossip #8FCB79

Tints of Gossip #8FCB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 30.62%
G = 43.47%
B = 25.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#8FCB79 (or 0x8FCB79) is known color: Gossip. HEX triplet: 8F, CB and 79. RGB value is (143,203,121). Sum of RGB (Red+Green+Blue) = 143+203+121=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB79 is #703486. Grayscale: #AFAFAF. Windows color (decimal): -7353479 or 7981967. OLE color: 7981967.

HSL color Cylindrical-coordinate representation of color #8FCB79: hue angle of 103.9º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCB79 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 121 -
CMYK 0.30 0 0.40 0.20
HSL 103.9º 0.44% 0.64% -
HSV(B) 103.9º 0.4% 0.8% -
XYZ 36.13 49.93 25.82 -
YUV 175.71 97.12 104.67 -
System Red Green Blue C M Y K H S L
Decimal 143 203 121 0.30 0 0.40 0.20 103.9 0.44 0.64
Hex 8F CB 79 1E 0 28 14 68 2C 40
Octal 217 313 171 36 0 50 24 150 54 100
Binary 10001111 11001011 1111001 11110 0 101000 10100 1101000 101100 1000000

Color Harmonies of #8FCB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCB79

Black with #8FCB79

Text Example


Text Example

White with #8FCB79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,121); }

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

background-color css

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

 a { background-color: rgb(143,203,121); }

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

border-color css

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

 span { border-color: rgb(143,203,121); }

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