#60C095

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

Shades of Silver Tree #60C095

Tints of Silver Tree #60C095

Color information

#60C095 (or 0x60C095) is unknown color: approx Silver Tree. HEX triplet: 60, C0 and 95. RGB value is (96,192,149). Sum of RGB (Red+Green+Blue) = 96+192+149=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #60C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C095 is #9F3F6A. Grayscale: #9E9E9E. Windows color (decimal): -10436459 or 9814112. OLE color: 9814112.

HSL color Cylindrical-coordinate representation of color #60C095: hue angle of 153.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C095 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB96192149-
CMYK0.5000.220.25
HSL153.12º43.24%56.47%-
HSV(B)153.12º50%75.29%-
XYZ29.142.3635.08-
YUV158.39122.783.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=21.97%
G=43.94%
B=34.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961921490.5000.220.25153.1243.2456.47
Hex60C0953201619992b38
Octal14030022562026312315370
Binary110000011000000100101011100100101101100110011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,192,149); }

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

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

 a { background-color: rgb(96,192,149); }

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

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

 span { border-color: rgb(96,192,149); }

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