#61A986

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

Shades of Silver Tree #61A986

Tints of Silver Tree #61A986

Color information

#61A986 (or 0x61A986) is unknown color: approx Silver Tree. HEX triplet: 61, A9 and 86. RGB value is (97,169,134). Sum of RGB (Red+Green+Blue) = 97+169+134=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #61A986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A986 is #9E5679. Grayscale: #8F8F8F. Windows color (decimal): -10376826 or 8825185. OLE color: 8825185.

HSL color Cylindrical-coordinate representation of color #61A986: hue angle of 150.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A986 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB97169134-
CMYK0.4300.210.34
HSL150.83º29.51%52.16%-
HSV(B)150.83º42.6%66.27%-
XYZ23.4232.6427.62-
YUV143.48122.6594.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=24.25%
G=42.25%
B=33.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691340.4300.210.34150.8329.5152.16
Hex61A9862B01522971e34
Octal14125120653025422273664
Binary110000110101001100001101010110101011000101001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A986; }

 p { color: rgb(97,169,134); }

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

<style>
 a { background-color: #61A986; }

 a { background-color: rgb(97,169,134); }

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

<style>
 span { border-color: #61A986; }

 span { border-color: rgb(97,169,134); }

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