#60BB90

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

Shades of Silver Tree #60BB90

Tints of Silver Tree #60BB90

Color information

#60BB90 (or 0x60BB90) is unknown color: approx Silver Tree. HEX triplet: 60, BB and 90. RGB value is (96,187,144). Sum of RGB (Red+Green+Blue) = 96+187+144=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BB90 is #9F446F. Grayscale: #9A9A9A. Windows color (decimal): -10437744 or 9485152. OLE color: 9485152.

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

Color convert

RGB96187144-
CMYK0.4900.230.27
HSL151.65º40.09%55.49%-
HSV(B)151.65º48.66%73.33%-
XYZ27.6340.0432.66-
YUV154.89121.8586-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=22.48%
G=43.79%
B=33.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961871440.4900.230.27151.6540.0955.49
Hex60BB90310171B982837
Octal14027322061027332305067
Binary110000010111011100100001100010101111101110011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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