#61AB8A

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

Shades of Silver Tree #61AB8A

Tints of Silver Tree #61AB8A

Color information

#61AB8A (or 0x61AB8A) is unknown color: approx Silver Tree. HEX triplet: 61, AB and 8A. RGB value is (97,171,138). Sum of RGB (Red+Green+Blue) = 97+171+138=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AB8A is #9E5475. Grayscale: #919191. Windows color (decimal): -10376310 or 9087841. OLE color: 9087841.

HSL color Cylindrical-coordinate representation of color #61AB8A: hue angle of 153.24º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB8A is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB97171138-
CMYK0.4300.190.33
HSL153.24º30.58%52.55%-
HSV(B)153.24º43.27%67.06%-
XYZ24.0833.529.24-
YUV145.11123.9893.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=23.89%
G=42.12%
B=33.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711380.4300.190.33153.2430.5852.55
Hex61AB8A2B01321991f35
Octal14125321253023412313765
Binary110000110101011100010101010110100111000011001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,171,138); }

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

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

 a { background-color: rgb(97,171,138); }

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

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

 span { border-color: rgb(97,171,138); }

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