#6FCA8C

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

Shades of Silver Tree #6FCA8C

Tints of Silver Tree #6FCA8C

Color information

#6FCA8C (or 0x6FCA8C) is unknown color: approx Silver Tree. HEX triplet: 6F, CA and 8C. RGB value is (111,202,140). Sum of RGB (Red+Green+Blue) = 111+202+140=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCA8C is #903573. Grayscale: #A7A7A7. Windows color (decimal): -9450868 or 9226863. OLE color: 9226863.

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

Color convert

RGB111202140-
CMYK0.4500.310.21
HSL139.12º46.19%61.37%-
HSV(B)139.12º45.05%79.22%-
XYZ32.4147.5132.27-
YUV167.72112.3587.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=24.50%
G=44.59%
B=30.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021400.4500.310.21139.1246.1961.37
Hex6FCA8C2D01F158b2e3d
Octal15731221455037252135675
Binary110111111001010100011001011010111111010110001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,140); }

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

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

 a { background-color: rgb(111,202,140); }

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

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

 span { border-color: rgb(111,202,140); }

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