#60BF8B

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

Shades of Silver Tree #60BF8B

Tints of Silver Tree #60BF8B

Color information

#60BF8B (or 0x60BF8B) is unknown color: approx Silver Tree. HEX triplet: 60, BF and 8B. RGB value is (96,191,139). Sum of RGB (Red+Green+Blue) = 96+191+139=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF8B is #9F4074. Grayscale: #9C9C9C. Windows color (decimal): -10436725 or 9158496. OLE color: 9158496.

HSL color Cylindrical-coordinate representation of color #60BF8B: hue angle of 147.16º 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 #60BF8B is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB96191139-
CMYK0.5000.270.25
HSL147.16º42.6%56.27%-
HSV(B)147.16º49.74%74.9%-
XYZ28.1141.6130.98-
YUV156.67118.0384.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=22.54%
G=44.84%
B=32.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911390.5000.270.25147.1642.656.27
Hex60BF8B3201B19932b38
Octal14027721362033312235370
Binary110000010111111100010111100100110111100110010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,139); }

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

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

 a { background-color: rgb(96,191,139); }

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

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

 span { border-color: rgb(96,191,139); }

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