#60B47E

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

Shades of Silver Tree #60B47E

Tints of Silver Tree #60B47E

Color information

#60B47E (or 0x60B47E) is unknown color: approx Silver Tree. HEX triplet: 60, B4 and 7E. RGB value is (96,180,126). Sum of RGB (Red+Green+Blue) = 96+180+126=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #60B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B47E is #9F4B81. Grayscale: #949494. Windows color (decimal): -10439554 or 8303712. OLE color: 8303712.

HSL color Cylindrical-coordinate representation of color #60B47E: hue angle of 141.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B47E is Cyan = 0.47, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB96180126-
CMYK0.4700.30.29
HSL141.43º35.9%54.12%-
HSV(B)141.43º46.67%70.59%-
XYZ24.9136.6425.5-
YUV148.73115.1790.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=23.88%
G=44.78%
B=31.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801260.4700.30.29141.4335.954.12
Hex60B47E2F01E1D8d2436
Octal14026417657036352154466
Binary11000001011010011111101011110111101110110001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B47E; }

 p { color: rgb(96,180,126); }

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

<style>
 a { background-color: #60B47E; }

 a { background-color: rgb(96,180,126); }

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

<style>
 span { border-color: #60B47E; }

 span { border-color: rgb(96,180,126); }

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