#60BD90

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

Shades of Silver Tree #60BD90

Tints of Silver Tree #60BD90

Color information

#60BD90 (or 0x60BD90) is unknown color: approx Silver Tree. HEX triplet: 60, BD and 90. RGB value is (96,189,144). Sum of RGB (Red+Green+Blue) = 96+189+144=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD90 is #9F426F. Grayscale: #9C9C9C. Windows color (decimal): -10437232 or 9485664. OLE color: 9485664.

HSL color Cylindrical-coordinate representation of color #60BD90: hue angle of 150.97º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD90 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB96189144-
CMYK0.4900.240.26
HSL150.97º41.33%55.88%-
HSV(B)150.97º49.21%74.12%-
XYZ28.0640.932.8-
YUV156.06121.1985.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=22.38%
G=44.06%
B=33.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891440.4900.240.26150.9741.3355.88
Hex60BD90310181A972938
Octal14027522061030322275170
Binary110000010111101100100001100010110001101010010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,144); }

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

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

 a { background-color: rgb(96,189,144); }

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

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

 span { border-color: rgb(96,189,144); }

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