#6BBC86

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

Shades of Silver Tree #6BBC86

Tints of Silver Tree #6BBC86

Color information

#6BBC86 (or 0x6BBC86) is unknown color: approx Silver Tree. HEX triplet: 6B, BC and 86. RGB value is (107,188,134). Sum of RGB (Red+Green+Blue) = 107+188+134=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBC86 is #944379. Grayscale: #9D9D9D. Windows color (decimal): -9716602 or 8830059. OLE color: 8830059.

HSL color Cylindrical-coordinate representation of color #6BBC86: hue angle of 140º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBC86 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB107188134-
CMYK0.4300.290.26
HSL140º37.67%57.84%-
HSV(B)140º43.09%73.73%-
XYZ28.3540.8128.94-
YUV157.62114.6691.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=24.94%
G=43.82%
B=31.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881340.4300.290.2614037.6757.84
Hex6BBC862B01D1A8c263a
Octal15327420653035322144672
Binary110101110111100100001101010110111011101010001100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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