#6BBD8C

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

Shades of Silver Tree #6BBD8C

Tints of Silver Tree #6BBD8C

Color information

#6BBD8C (or 0x6BBD8C) is unknown color: approx Silver Tree. HEX triplet: 6B, BD and 8C. RGB value is (107,189,140). Sum of RGB (Red+Green+Blue) = 107+189+140=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBD8C is #944273. Grayscale: #9F9F9F. Windows color (decimal): -9716340 or 9223531. OLE color: 9223531.

HSL color Cylindrical-coordinate representation of color #6BBD8C: hue angle of 144.15º 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 #6BBD8C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB107189140-
CMYK0.4300.260.26
HSL144.15º38.32%58.04%-
HSV(B)144.15º43.39%74.12%-
XYZ28.9941.4131.28-
YUV158.9117.3390.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=24.54%
G=43.35%
B=32.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891400.4300.260.26144.1538.3258.04
Hex6BBD8C2B01A1A90263a
Octal15327521453032322204672
Binary110101110111101100011001010110110101101010010000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,140); }

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

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

 a { background-color: rgb(107,189,140); }

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

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

 span { border-color: rgb(107,189,140); }

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