#60B485

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

Shades of Silver Tree #60B485

Tints of Silver Tree #60B485

Color information

#60B485 (or 0x60B485) is unknown color: approx Silver Tree. HEX triplet: 60, B4 and 85. RGB value is (96,180,133). Sum of RGB (Red+Green+Blue) = 96+180+133=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #60B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B485 is #9F4B7A. Grayscale: #959595. Windows color (decimal): -10439547 or 8762464. OLE color: 8762464.

HSL color Cylindrical-coordinate representation of color #60B485: hue angle of 146.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 #60B485 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB96180133-
CMYK0.4700.260.29
HSL146.43º35.9%54.12%-
HSV(B)146.43º46.67%70.59%-
XYZ25.3836.8227.96-
YUV149.53118.6789.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=23.47%
G=44.01%
B=32.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801330.4700.260.29146.4335.954.12
Hex60B4852F01A1D922436
Octal14026420557032352224466
Binary110000010110100100001011011110110101110110010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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