#60B089

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

Shades of Silver Tree #60B089

Tints of Silver Tree #60B089

Color information

#60B089 (or 0x60B089) is unknown color: approx Silver Tree. HEX triplet: 60, B0 and 89. RGB value is (96,176,137). Sum of RGB (Red+Green+Blue) = 96+176+137=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #60B089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B089 is #9F4F76. Grayscale: #939393. Windows color (decimal): -10440567 or 9023584. OLE color: 9023584.

HSL color Cylindrical-coordinate representation of color #60B089: hue angle of 150.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60B089 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB96176137-
CMYK0.4500.220.31
HSL150.75º33.61%53.33%-
HSV(B)150.75º45.45%69.02%-
XYZ24.8635.3429.18-
YUV147.6312291.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=23.47%
G=43.03%
B=33.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761370.4500.220.31150.7533.6153.33
Hex60B0892D0161F972235
Octal14026021155026372274265
Binary110000010110000100010011011010101101111110010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,137); }

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

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

 a { background-color: rgb(96,176,137); }

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

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

 span { border-color: rgb(96,176,137); }

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