Html Css Color HEX #96D77D Gossip

📋 copy color: '#96D77D'

red 150 ◦ green 215 ◦ blue 125

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

Shades of Gossip #96D77D

Tints of Gossip #96D77D

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

 GREEN value IS 215 (84.38% from 255) = 43.88%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 30.61%
G = 43.88%
B = 25.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#96D77D (or 0x96D77D) is known color: Gossip. HEX triplet: 96, D7 and 7D. RGB value is (150,215,125). Sum of RGB (Red+Green+Blue) = 150+215+125=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #96D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D77D is #692882. Grayscale: #B9B9B9. Windows color (decimal): -6891651 or 8247190. OLE color: 8247190.

HSL color Cylindrical-coordinate representation of color #96D77D: hue angle of 103.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D77D is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 125 -
CMYK 0.30 0 0.42 0.16
HSL 103.33º 0.53% 0.67% -
HSV(B) 103.33º 0.42% 0.84% -
XYZ 40.58 56.57 28.18 -
YUV 185.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 150 215 125 0.30 0 0.42 0.16 103.33 0.53 0.67
Hex 96 D7 7D 1E 0 2A 10 67 35 43
Octal 226 327 175 36 0 52 20 147 65 103
Binary 10010110 11010111 1111101 11110 0 101010 10000 1100111 110101 1000011

Color Harmonies of #96D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D77D

Black with #96D77D

Text Example


Text Example

White with #96D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D77D; }

 p { color: rgb(150,215,125); }

 H1.HeaderClassName
 {
   color: #96D77D;
 }
 .AnyTagClassName
 {
   color: #96D77D;
 }
</style>

background-color css

<style>
 a { background-color: #96D77D; }

 a { background-color: rgb(150,215,125); }

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

border-color css

<style>
 span { border-color: #96D77D; }

 span { border-color: rgb(150,215,125); }

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