Html Css Color HEX #96D07F Gossip

📋 copy color: '#96D07F'

red 150 ◦ green 208 ◦ blue 127

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

Shades of Gossip #96D07F

Tints of Gossip #96D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

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

R = 30.93%
G = 42.89%
B = 26.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#96D07F (or 0x96D07F) is known color: Gossip. HEX triplet: 96, D0 and 7F. RGB value is (150,208,127). Sum of RGB (Red+Green+Blue) = 150+208+127=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #96D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D07F is #692F80. Grayscale: #B5B5B5. Windows color (decimal): -6893441 or 8376470. OLE color: 8376470.

HSL color Cylindrical-coordinate representation of color #96D07F: hue angle of 102.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96D07F is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 127 -
CMYK 0.28 0 0.39 0.18
HSL 102.96º 0.46% 0.66% -
HSV(B) 102.96º 0.39% 0.82% -
XYZ 38.96 53.13 28.28 -
YUV 181.42 97.28 105.59 -
System Red Green Blue C M Y K H S L
Decimal 150 208 127 0.28 0 0.39 0.18 102.96 0.46 0.66
Hex 96 D0 7F 1C 0 27 12 67 2E 42
Octal 226 320 177 34 0 47 22 147 56 102
Binary 10010110 11010000 1111111 11100 0 100111 10010 1100111 101110 1000010

Color Harmonies of #96D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D07F

Black with #96D07F

Text Example


Text Example

White with #96D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,127); }

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

background-color css

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

 a { background-color: rgb(150,208,127); }

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

border-color css

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

 span { border-color: rgb(150,208,127); }

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