#6FB48D

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

Shades of Silver Tree #6FB48D

Tints of Silver Tree #6FB48D

Color information

#6FB48D (or 0x6FB48D) is unknown color: approx Silver Tree. HEX triplet: 6F, B4 and 8D. RGB value is (111,180,141). Sum of RGB (Red+Green+Blue) = 111+180+141=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB48D is #904B72. Grayscale: #9B9B9B. Windows color (decimal): -9456499 or 9286767. OLE color: 9286767.

HSL color Cylindrical-coordinate representation of color #6FB48D: hue angle of 146.09º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB48D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB111180141-
CMYK0.3800.220.29
HSL146.09º31.51%57.06%-
HSV(B)146.09º38.33%70.59%-
XYZ27.6837.9531.06-
YUV154.92120.1496.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.69%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=25.69%
G=41.67%
B=32.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801410.3800.220.29146.0931.5157.06
Hex6FB48D260161D922039
Octal15726421546026352224071
Binary110111110110100100011011001100101101110110010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,141); }

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

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

 a { background-color: rgb(111,180,141); }

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

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

 span { border-color: rgb(111,180,141); }

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