#6DC385

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

Shades of Silver Tree #6DC385

Tints of Silver Tree #6DC385

Color information

#6DC385 (or 0x6DC385) is unknown color: approx Silver Tree. HEX triplet: 6D, C3 and 85. RGB value is (109,195,133). Sum of RGB (Red+Green+Blue) = 109+195+133=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC385 is #923C7A. Grayscale: #A2A2A2. Windows color (decimal): -9583739 or 8766317. OLE color: 8766317.

HSL color Cylindrical-coordinate representation of color #6DC385: hue angle of 136.74º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC385 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB109195133-
CMYK0.4400.320.24
HSL136.74º41.75%59.61%-
HSV(B)136.74º44.1%76.47%-
XYZ30.0643.9729.09-
YUV162.22111.5190.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.94%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=24.94%
G=44.62%
B=30.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091951330.4400.320.24136.7441.7559.61
Hex6DC3852C02018892a3c
Octal15530320554040302115274
Binary1101101110000111000010110110001000001100010001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,195,133); }

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

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

 a { background-color: rgb(109,195,133); }

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

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

 span { border-color: rgb(109,195,133); }

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