#60AF84

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

Shades of Silver Tree #60AF84

Tints of Silver Tree #60AF84

Color information

#60AF84 (or 0x60AF84) is unknown color: approx Silver Tree. HEX triplet: 60, AF and 84. RGB value is (96,175,132). Sum of RGB (Red+Green+Blue) = 96+175+132=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF84 is #9F507B. Grayscale: #929292. Windows color (decimal): -10440828 or 8695648. OLE color: 8695648.

HSL color Cylindrical-coordinate representation of color #60AF84: hue angle of 147.34º degrees, saturation: 0.33, 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 #60AF84 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB96175132-
CMYK0.4500.250.31
HSL147.34º33.05%53.14%-
HSV(B)147.34º45.14%68.63%-
XYZ24.3234.8127.27-
YUV146.48119.8392-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=23.82%
G=43.42%
B=32.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751320.4500.250.31147.3433.0553.14
Hex60AF842D0191F932135
Octal14025720455031372234165
Binary110000010101111100001001011010110011111110010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,132); }

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

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

 a { background-color: rgb(96,175,132); }

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

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

 span { border-color: rgb(96,175,132); }

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