Html Css Color HEX #76CA96 Silver Tree

📋 copy color: '#76CA96'

red 118 ◦ green 202 ◦ blue 150

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

Shades of Silver Tree #76CA96

Tints of Silver Tree #76CA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 25.11%
G = 42.98%
B = 31.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#76CA96 (or 0x76CA96) is known color: Silver Tree. HEX triplet: 76, CA and 96. RGB value is (118,202,150). Sum of RGB (Red+Green+Blue) = 118+202+150=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA96 is #893569. Grayscale: #ABABAB. Windows color (decimal): -8992106 or 9882230. OLE color: 9882230.

HSL color Cylindrical-coordinate representation of color #76CA96: hue angle of 142.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA96 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 150 -
CMYK 0.42 0 0.26 0.21
HSL 142.86º 0.44% 0.63% -
HSV(B) 142.86º 0.42% 0.79% -
XYZ 34.1 48.29 36.38 -
YUV 170.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 118 202 150 0.42 0 0.26 0.21 142.86 0.44 0.63
Hex 76 CA 96 2A 0 1A 15 8F 2C 3F
Octal 166 312 226 52 0 32 25 217 54 77
Binary 1110110 11001010 10010110 101010 0 11010 10101 10001111 101100 111111

Color Harmonies of #76CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA96

Black with #76CA96

Text Example


Text Example

White with #76CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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