#6BCD9C

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

Shades of Silver Tree #6BCD9C

Tints of Silver Tree #6BCD9C

Color information

#6BCD9C (or 0x6BCD9C) is unknown color: approx Silver Tree. HEX triplet: 6B, CD and 9C. RGB value is (107,205,156). Sum of RGB (Red+Green+Blue) = 107+205+156=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD9C is #943263. Grayscale: #AAAAAA. Windows color (decimal): -9712228 or 10276203. OLE color: 10276203.

HSL color Cylindrical-coordinate representation of color #6BCD9C: hue angle of 150º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCD9C is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB107205156-
CMYK0.4800.240.20
HSL150º49.49%61.18%-
HSV(B)150º47.8%80.39%-
XYZ33.949.1939.16-
YUV170.11120.0382.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.86%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=22.86%
G=43.80%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051560.4800.240.2015049.4961.18
Hex6BCD9C300181496313d
Octal15331523460030242266175
Binary110101111001101100111001100000110001010010010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,156); }

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

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

 a { background-color: rgb(107,205,156); }

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

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

 span { border-color: rgb(107,205,156); }

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