#60B992

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

Shades of Silver Tree #60B992

Tints of Silver Tree #60B992

Color information

#60B992 (or 0x60B992) is unknown color: approx Silver Tree. HEX triplet: 60, B9 and 92. RGB value is (96,185,146). Sum of RGB (Red+Green+Blue) = 96+185+146=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #60B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B992 is #9F466D. Grayscale: #9A9A9A. Windows color (decimal): -10438254 or 9615712. OLE color: 9615712.

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

Color convert

RGB96185146-
CMYK0.4800.210.27
HSL153.71º38.86%55.1%-
HSV(B)153.71º48.11%72.55%-
XYZ27.3639.2633.33-
YUV153.94123.5186.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 185 (72.66% from 255) = 43.33%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=22.48%
G=43.33%
B=34.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851460.4800.210.27153.7138.8655.1
Hex60B992300151B9a2737
Octal14027122260025332324767
Binary110000010111001100100101100000101011101110011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,185,146); }

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

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

 a { background-color: rgb(96,185,146); }

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

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

 span { border-color: rgb(96,185,146); }

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