#77C695

Color #77C695 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #77C695

Tints of Silver Tree #77C695

Color information

#77C695 (or 0x77C695) is unknown color: approx Silver Tree. HEX triplet: 77, C6 and 95. RGB value is (119,198,149). Sum of RGB (Red+Green+Blue) = 119+198+149=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #77C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C695 is #88396A. Grayscale: #A8A8A8. Windows color (decimal): -8927595 or 9815671. OLE color: 9815671.

HSL color Cylindrical-coordinate representation of color #77C695: hue angle of 142.78º 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 #77C695 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB119198149-
CMYK0.4000.250.22
HSL142.78º40.93%62.16%-
HSV(B)142.78º39.9%77.65%-
XYZ33.2346.4835.65-
YUV168.79116.8392.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=25.54%
G=42.49%
B=31.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981490.4000.250.22142.7840.9362.16
Hex77C69528019168f293e
Octal16730622550031262175176
Binary111011111000110100101011010000110011011010001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77C695;
 }
 .AnyTagClassName
 {
   color: #77C695;
 }
</style>
background-color css

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

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

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

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

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

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