Html Css Color HEX #76C695 Silver Tree

📋 copy color: '#76C695'

red 118 ◦ green 198 ◦ blue 149

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

Shades of Silver Tree #76C695

Tints of Silver Tree #76C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

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

R = 25.38%
G = 42.58%
B = 32.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#76C695 (or 0x76C695) is known color: Silver Tree. HEX triplet: 76, C6 and 95. RGB value is (118,198,149). Sum of RGB (Red+Green+Blue) = 118+198+149=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #76C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C695 is #89396A. Grayscale: #A8A8A8. Windows color (decimal): -8993131 or 9815670. OLE color: 9815670.

HSL color Cylindrical-coordinate representation of color #76C695: hue angle of 143.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C695 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 198 149 -
CMYK 0.40 0 0.25 0.22
HSL 143.25º 0.41% 0.62% -
HSV(B) 143.25º 0.4% 0.78% -
XYZ 33.09 46.41 35.65 -
YUV 168.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 118 198 149 0.40 0 0.25 0.22 143.25 0.41 0.62
Hex 76 C6 95 28 0 19 16 8F 29 3E
Octal 166 306 225 50 0 31 26 217 51 76
Binary 1110110 11000110 10010101 101000 0 11001 10110 10001111 101001 111110

Color Harmonies of #76C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C695

Black with #76C695

Text Example


Text Example

White with #76C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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