#60B484

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

Shades of Silver Tree #60B484

Tints of Silver Tree #60B484

Color information

#60B484 (or 0x60B484) is unknown color: approx Silver Tree. HEX triplet: 60, B4 and 84. RGB value is (96,180,132). Sum of RGB (Red+Green+Blue) = 96+180+132=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #60B484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B484 is #9F4B7B. Grayscale: #959595. Windows color (decimal): -10439548 or 8696928. OLE color: 8696928.

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

Color convert

RGB96180132-
CMYK0.4700.270.29
HSL145.71º35.9%54.12%-
HSV(B)145.71º46.67%70.59%-
XYZ25.3136.827.6-
YUV149.41118.1789.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=23.53%
G=44.12%
B=32.35%

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
Decimal961801320.4700.270.29145.7135.954.12
Hex60B4842F01B1D922436
Octal14026420457033352224466
Binary110000010110100100001001011110110111110110010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,132); }

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

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

 a { background-color: rgb(96,180,132); }

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

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

 span { border-color: rgb(96,180,132); }

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