#6ECC85

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

Shades of Silver Tree #6ECC85

Tints of Silver Tree #6ECC85

Color information

#6ECC85 (or 0x6ECC85) is unknown color: approx Silver Tree. HEX triplet: 6E, CC and 85. RGB value is (110,204,133). Sum of RGB (Red+Green+Blue) = 110+204+133=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECC85 is #91337A. Grayscale: #A7A7A7. Windows color (decimal): -9515899 or 8768622. OLE color: 8768622.

HSL color Cylindrical-coordinate representation of color #6ECC85: hue angle of 134.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECC85 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB110204133-
CMYK0.4600.350.2
HSL134.68º47.96%61.57%-
HSV(B)134.68º46.08%80%-
XYZ32.2648.1929.79-
YUV167.8108.3686.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.61%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=24.61%
G=45.64%
B=29.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041330.4600.350.2134.6847.9661.57
Hex6ECC852E0231487303e
Octal15631420556043242076076
Binary1101110110011001000010110111001000111010010000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,133); }

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

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

 a { background-color: rgb(110,204,133); }

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

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

 span { border-color: rgb(110,204,133); }

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