#6BB486

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

Shades of Silver Tree #6BB486

Tints of Silver Tree #6BB486

Color information

#6BB486 (or 0x6BB486) is unknown color: approx Silver Tree. HEX triplet: 6B, B4 and 86. RGB value is (107,180,134). Sum of RGB (Red+Green+Blue) = 107+180+134=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB486 is #944B79. Grayscale: #999999. Windows color (decimal): -9718650 or 8828011. OLE color: 8828011.

HSL color Cylindrical-coordinate representation of color #6BB486: hue angle of 142.19º degrees, saturation: 0.33, 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 #6BB486 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB107180134-
CMYK0.4100.260.29
HSL142.19º32.74%56.27%-
HSV(B)142.19º40.56%70.59%-
XYZ26.6937.4928.38-
YUV152.93117.3295.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.42%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=25.42%
G=42.76%
B=31.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801340.4100.260.29142.1932.7456.27
Hex6BB4862901A1D8e2138
Octal15326420651032352164170
Binary110101110110100100001101010010110101110110001110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,134); }

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

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

 a { background-color: rgb(107,180,134); }

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

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

 span { border-color: rgb(107,180,134); }

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