#60B386

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

Shades of Silver Tree #60B386

Tints of Silver Tree #60B386

Color information

#60B386 (or 0x60B386) is unknown color: approx Silver Tree. HEX triplet: 60, B3 and 86. RGB value is (96,179,134). Sum of RGB (Red+Green+Blue) = 96+179+134=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #60B386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B386 is #9F4C79. Grayscale: #959595. Windows color (decimal): -10439802 or 8827744. OLE color: 8827744.

HSL color Cylindrical-coordinate representation of color #60B386: hue angle of 147.47º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B386 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB96179134-
CMYK0.4600.250.30
HSL147.47º35.32%53.92%-
HSV(B)147.47º46.37%70.2%-
XYZ25.2536.4528.26-
YUV149.05119.590.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=23.47%
G=43.77%
B=32.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961791340.4600.250.30147.4735.3253.92
Hex60B3862E0191E932336
Octal14026320656031362234366
Binary110000010110011100001101011100110011111010010011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,179,134); }

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

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

 a { background-color: rgb(96,179,134); }

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

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

 span { border-color: rgb(96,179,134); }

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