Html Css Color HEX #76CB95 Silver Tree

📋 copy color: '#76CB95'

red 118 ◦ green 203 ◦ blue 149

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

Shades of Silver Tree #76CB95

Tints of Silver Tree #76CB95

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 25.11%
G = 43.19%
B = 31.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#76CB95 (or 0x76CB95) is known color: Silver Tree. HEX triplet: 76, CB and 95. RGB value is (118,203,149). Sum of RGB (Red+Green+Blue) = 118+203+149=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CB95 is #89346A. Grayscale: #ABABAB. Windows color (decimal): -8991851 or 9816950. OLE color: 9816950.

HSL color Cylindrical-coordinate representation of color #76CB95: hue angle of 141.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CB95 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 149 -
CMYK 0.42 0 0.27 0.20
HSL 141.88º 0.45% 0.63% -
HSV(B) 141.88º 0.42% 0.8% -
XYZ 34.25 48.73 36.03 -
YUV 171.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 118 203 149 0.42 0 0.27 0.20 141.88 0.45 0.63
Hex 76 CB 95 2A 0 1B 14 8E 2D 3F
Octal 166 313 225 52 0 33 24 216 55 77
Binary 1110110 11001011 10010101 101010 0 11011 10100 10001110 101101 111111

Color Harmonies of #76CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB95

Black with #76CB95

Text Example


Text Example

White with #76CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,149); }

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

background-color css

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

 a { background-color: rgb(118,203,149); }

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

border-color css

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

 span { border-color: rgb(118,203,149); }

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