Html Css Color HEX #76C494 Silver Tree

📋 copy color: '#76C494'

red 118 ◦ green 196 ◦ blue 148

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

Shades of Silver Tree #76C494

Tints of Silver Tree #76C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

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

R = 25.54%
G = 42.42%
B = 32.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#76C494 (or 0x76C494) is known color: Silver Tree. HEX triplet: 76, C4 and 94. RGB value is (118,196,148). Sum of RGB (Red+Green+Blue) = 118+196+148=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #76C494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C494 is #893B6B. Grayscale: #A7A7A7. Windows color (decimal): -8993644 or 9749622. OLE color: 9749622.

HSL color Cylindrical-coordinate representation of color #76C494: hue angle of 143.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C494 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 148 -
CMYK 0.40 0 0.24 0.23
HSL 143.08º 0.4% 0.62% -
HSV(B) 143.08º 0.4% 0.77% -
XYZ 32.56 45.47 35.08 -
YUV 167.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 118 196 148 0.40 0 0.24 0.23 143.08 0.4 0.62
Hex 76 C4 94 28 0 18 17 8F 28 3E
Octal 166 304 224 50 0 30 27 217 50 76
Binary 1110110 11000100 10010100 101000 0 11000 10111 10001111 101000 111110

Color Harmonies of #76C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C494

Black with #76C494

Text Example


Text Example

White with #76C494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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