#6BCA9B

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

Shades of Silver Tree #6BCA9B

Tints of Silver Tree #6BCA9B

Color information

#6BCA9B (or 0x6BCA9B) is unknown color: approx Silver Tree. HEX triplet: 6B, CA and 9B. RGB value is (107,202,155). Sum of RGB (Red+Green+Blue) = 107+202+155=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCA9B is #943564. Grayscale: #A8A8A8. Windows color (decimal): -9712997 or 10209899. OLE color: 10209899.

HSL color Cylindrical-coordinate representation of color #6BCA9B: hue angle of 150.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA9B is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB107202155-
CMYK0.4700.230.21
HSL150.32º47.26%60.59%-
HSV(B)150.32º47.03%79.22%-
XYZ33.147.7338.48-
YUV168.24120.5384.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=23.06%
G=43.53%
B=33.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021550.4700.230.21150.3247.2660.59
Hex6BCA9B2F01715962f3d
Octal15331223357027252265775
Binary110101111001010100110111011110101111010110010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,155); }

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

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

 a { background-color: rgb(107,202,155); }

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

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

 span { border-color: rgb(107,202,155); }

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