#60AB85

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

Shades of Silver Tree #60AB85

Tints of Silver Tree #60AB85

Color information

#60AB85 (or 0x60AB85) is unknown color: approx Silver Tree. HEX triplet: 60, AB and 85. RGB value is (96,171,133). Sum of RGB (Red+Green+Blue) = 96+171+133=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB85 is #9F547A. Grayscale: #909090. Windows color (decimal): -10441851 or 8760160. OLE color: 8760160.

HSL color Cylindrical-coordinate representation of color #60AB85: hue angle of 149.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB85 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB96171133-
CMYK0.4400.220.33
HSL149.6º30.86%52.35%-
HSV(B)149.6º43.86%67.06%-
XYZ23.6233.3127.37-
YUV144.24121.6593.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=24%
G=42.75%
B=33.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961711330.4400.220.33149.630.8652.35
Hex60AB852C01621961f34
Octal14025320554026412263764
Binary110000010101011100001011011000101101000011001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,171,133); }

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

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

 a { background-color: rgb(96,171,133); }

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

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

 span { border-color: rgb(96,171,133); }

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