Html Css Color HEX #76CA94 Silver Tree

📋 copy color: '#76CA94'

red 118 ◦ green 202 ◦ blue 148

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

Shades of Silver Tree #76CA94

Tints of Silver Tree #76CA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 25.21%
G = 43.16%
B = 31.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#76CA94 (or 0x76CA94) is known color: Silver Tree. HEX triplet: 76, CA and 94. RGB value is (118,202,148). Sum of RGB (Red+Green+Blue) = 118+202+148=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA94 is #89356B. Grayscale: #AAAAAA. Windows color (decimal): -8992108 or 9751158. OLE color: 9751158.

HSL color Cylindrical-coordinate representation of color #76CA94: hue angle of 141.43º 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 #76CA94 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 148 -
CMYK 0.42 0 0.27 0.21
HSL 141.43º 0.44% 0.63% -
HSV(B) 141.43º 0.42% 0.79% -
XYZ 33.94 48.23 35.54 -
YUV 170.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 118 202 148 0.42 0 0.27 0.21 141.43 0.44 0.63
Hex 76 CA 94 2A 0 1B 15 8D 2C 3F
Octal 166 312 224 52 0 33 25 215 54 77
Binary 1110110 11001010 10010100 101010 0 11011 10101 10001101 101100 111111

Color Harmonies of #76CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA94

Black with #76CA94

Text Example


Text Example

White with #76CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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