#6CB48F

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

Shades of Silver Tree #6CB48F

Tints of Silver Tree #6CB48F

Color information

#6CB48F (or 0x6CB48F) is unknown color: approx Silver Tree. HEX triplet: 6C, B4 and 8F. RGB value is (108,180,143). Sum of RGB (Red+Green+Blue) = 108+180+143=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB48F is #934B70. Grayscale: #9A9A9A. Windows color (decimal): -9653105 or 9417836. OLE color: 9417836.

HSL color Cylindrical-coordinate representation of color #6CB48F: hue angle of 149.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB48F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB108180143-
CMYK0.4000.210.29
HSL149.17º32.43%56.47%-
HSV(B)149.17º40%70.59%-
XYZ27.4637.8131.84-
YUV154.25121.6595.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.06%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=25.06%
G=41.76%
B=33.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801430.4000.210.29149.1732.4356.47
Hex6CB48F280151D952038
Octal15426421750025352254070
Binary110110010110100100011111010000101011110110010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,143); }

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

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

 a { background-color: rgb(108,180,143); }

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

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

 span { border-color: rgb(108,180,143); }

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