#60BA7F

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

Shades of Silver Tree #60BA7F

Tints of Silver Tree #60BA7F

Color information

#60BA7F (or 0x60BA7F) is unknown color: approx Silver Tree. HEX triplet: 60, BA and 7F. RGB value is (96,186,127). Sum of RGB (Red+Green+Blue) = 96+186+127=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA7F is #9F4580. Grayscale: #989898. Windows color (decimal): -10438017 or 8370784. OLE color: 8370784.

HSL color Cylindrical-coordinate representation of color #60BA7F: hue angle of 140.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA7F is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB96186127-
CMYK0.4800.320.27
HSL140.67º39.47%55.29%-
HSV(B)140.67º48.39%72.94%-
XYZ26.2139.1426.25-
YUV152.36113.6887.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 127 (50% from 255) = 31.05%
R=23.47%
G=45.48%
B=31.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961861270.4800.320.27140.6739.4755.29
Hex60BA7F300201B8d2737
Octal14027217760040332154767
Binary110000010111010111111111000001000001101110001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,127); }

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

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

 a { background-color: rgb(96,186,127); }

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

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

 span { border-color: rgb(96,186,127); }

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