#60B087

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

Shades of Silver Tree #60B087

Tints of Silver Tree #60B087

Color information

#60B087 (or 0x60B087) is unknown color: approx Silver Tree. HEX triplet: 60, B0 and 87. RGB value is (96,176,135). Sum of RGB (Red+Green+Blue) = 96+176+135=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #60B087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B087 is #9F4F78. Grayscale: #939393. Windows color (decimal): -10440569 or 8892512. OLE color: 8892512.

HSL color Cylindrical-coordinate representation of color #60B087: hue angle of 149.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60B087 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB96176135-
CMYK0.4500.230.31
HSL149.25º33.61%53.33%-
HSV(B)149.25º45.45%69.02%-
XYZ24.7235.2928.43-
YUV147.4112191.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=23.59%
G=43.24%
B=33.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761350.4500.230.31149.2533.6153.33
Hex60B0872D0171F952235
Octal14026020755027372254265
Binary110000010110000100001111011010101111111110010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,135); }

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

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

 a { background-color: rgb(96,176,135); }

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

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

 span { border-color: rgb(96,176,135); }

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