Html Css Color HEX #97C77F Gossip

📋 copy color: '#97C77F'

red 151 ◦ green 199 ◦ blue 127

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

Shades of Gossip #97C77F

Tints of Gossip #97C77F

RGB

 RED value IS 151 (59.38% from 255) = 31.66%

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 31.66%
G = 41.72%
B = 26.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#97C77F (or 0x97C77F) is known color: Gossip. HEX triplet: 97, C7 and 7F. RGB value is (151,199,127). Sum of RGB (Red+Green+Blue) = 151+199+127=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #97C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C77F is #683880. Grayscale: #B0B0B0. Windows color (decimal): -6830209 or 8374167. OLE color: 8374167.

HSL color Cylindrical-coordinate representation of color #97C77F: hue angle of 100º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97C77F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 199 127 -
CMYK 0.24 0 0.36 0.22
HSL 100º 0.39% 0.64% -
HSV(B) 100º 0.36% 0.78% -
XYZ 37.02 48.96 27.58 -
YUV 176.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 151 199 127 0.24 0 0.36 0.22 100 0.39 0.64
Hex 97 C7 7F 18 0 24 16 64 27 40
Octal 227 307 177 30 0 44 26 144 47 100
Binary 10010111 11000111 1111111 11000 0 100100 10110 1100100 100111 1000000

Color Harmonies of #97C77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C77F

Black with #97C77F

Text Example


Text Example

White with #97C77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C77F; }

 p { color: rgb(151,199,127); }

 H1.HeaderClassName
 {
   color: #97C77F;
 }
 .AnyTagClassName
 {
   color: #97C77F;
 }
</style>

background-color css

<style>
 a { background-color: #97C77F; }

 a { background-color: rgb(151,199,127); }

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

border-color css

<style>
 span { border-color: #97C77F; }

 span { border-color: rgb(151,199,127); }

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