Html Css Color HEX #76DC96 Silver Tree

📋 copy color: '#76DC96'

red 118 ◦ green 220 ◦ blue 150

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

Shades of Silver Tree #76DC96

Tints of Silver Tree #76DC96

RGB

 RED value IS 118 (46.48% from 255) = 24.18%

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 24.18%
G = 45.08%
B = 30.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#76DC96 (or 0x76DC96) is known color: Silver Tree. HEX triplet: 76, DC and 96. RGB value is (118,220,150). Sum of RGB (Red+Green+Blue) = 118+220+150=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC96 is #892369. Grayscale: #B5B5B5. Windows color (decimal): -8987498 or 9886838. OLE color: 9886838.

HSL color Cylindrical-coordinate representation of color #76DC96: hue angle of 138.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC96 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 150 -
CMYK 0.46 0 0.32 0.14
HSL 138.82º 0.59% 0.66% -
HSV(B) 138.82º 0.46% 0.86% -
XYZ 38.57 57.24 37.87 -
YUV 181.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 118 220 150 0.46 0 0.32 0.14 138.82 0.59 0.66
Hex 76 DC 96 2E 0 20 E 8B 3B 42
Octal 166 334 226 56 0 40 16 213 73 102
Binary 1110110 11011100 10010110 101110 0 100000 1110 10001011 111011 1000010

Color Harmonies of #76DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC96

Black with #76DC96

Text Example


Text Example

White with #76DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76DC96; }

 p { color: rgb(118,220,150); }

 H1.HeaderClassName
 {
   color: #76DC96;
 }
 .AnyTagClassName
 {
   color: #76DC96;
 }
</style>

background-color css

<style>
 a { background-color: #76DC96; }

 a { background-color: rgb(118,220,150); }

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

border-color css

<style>
 span { border-color: #76DC96; }

 span { border-color: rgb(118,220,150); }

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