#61AB85

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

Shades of Silver Tree #61AB85

Tints of Silver Tree #61AB85

Color information

#61AB85 (or 0x61AB85) is unknown color: approx Silver Tree. HEX triplet: 61, AB and 85. RGB value is (97,171,133). Sum of RGB (Red+Green+Blue) = 97+171+133=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AB85 is #9E547A. Grayscale: #909090. Windows color (decimal): -10376315 or 8760161. OLE color: 8760161.

HSL color Cylindrical-coordinate representation of color #61AB85: hue angle of 149.19º 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 #61AB85 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB97171133-
CMYK0.4300.220.33
HSL149.19º30.58%52.55%-
HSV(B)149.19º43.27%67.06%-
XYZ23.7333.3627.38-
YUV144.54121.4894.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=24.19%
G=42.64%
B=33.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711330.4300.220.33149.1930.5852.55
Hex61AB852B01621951f35
Octal14125320553026412253765
Binary110000110101011100001011010110101101000011001010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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