#60B685

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

Shades of Silver Tree #60B685

Tints of Silver Tree #60B685

Color information

#60B685 (or 0x60B685) is unknown color: approx Silver Tree. HEX triplet: 60, B6 and 85. RGB value is (96,182,133). Sum of RGB (Red+Green+Blue) = 96+182+133=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #60B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B685 is #9F497A. Grayscale: #969696. Windows color (decimal): -10439035 or 8762976. OLE color: 8762976.

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

Color convert

RGB96182133-
CMYK0.4700.270.29
HSL145.81º37.07%54.51%-
HSV(B)145.81º47.25%71.37%-
XYZ25.7937.6428.1-
YUV150.7118.0188.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 182 (71.48% from 255) = 44.28%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=23.36%
G=44.28%
B=32.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961821330.4700.270.29145.8137.0754.51
Hex60B6852F01B1D922537
Octal14026620557033352224567
Binary110000010110110100001011011110110111110110010010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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