#6AB585

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

Shades of Silver Tree #6AB585

Tints of Silver Tree #6AB585

Color information

#6AB585 (or 0x6AB585) is unknown color: approx Silver Tree. HEX triplet: 6A, B5 and 85. RGB value is (106,181,133). Sum of RGB (Red+Green+Blue) = 106+181+133=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB585 is #954A7A. Grayscale: #999999. Windows color (decimal): -9783931 or 8762730. OLE color: 8762730.

HSL color Cylindrical-coordinate representation of color #6AB585: hue angle of 141.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB585 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB106181133-
CMYK0.4100.270.29
HSL141.6º33.63%56.27%-
HSV(B)141.6º41.44%70.98%-
XYZ26.737.8128.08-
YUV153.1116.6594.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=25.24%
G=43.10%
B=31.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061811330.4100.270.29141.633.6356.27
Hex6AB5852901B1D8e2238
Octal15226520551033352164270
Binary110101010110101100001011010010110111110110001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB585; }

 p { color: rgb(106,181,133); }

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

<style>
 a { background-color: #6AB585; }

 a { background-color: rgb(106,181,133); }

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

<style>
 span { border-color: #6AB585; }

 span { border-color: rgb(106,181,133); }

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