#6DCA70

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

Shades of Fern #6DCA70

Tints of Fern #6DCA70

Color information

#6DCA70 (or 0x6DCA70) is unknown color: approx Fern. HEX triplet: 6D, CA and 70. RGB value is (109,202,112). Sum of RGB (Red+Green+Blue) = 109+202+112=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA70 is #92358F. Grayscale: #A4A4A4. Windows color (decimal): -9581968 or 7391853. OLE color: 7391853.

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

Color convert

RGB109202112-
CMYK0.4600.450.21
HSL121.94º46.73%60.98%-
HSV(B)121.94º46.04%79.22%-
XYZ30.3546.6622.74-
YUV163.9398.6988.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=25.77%
G=47.75%
B=26.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021120.4600.450.21121.9446.7360.98
Hex6DCA702E02D157a2f3d
Octal15531216056055251725775
Binary11011011100101011100001011100101101101011111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,112); }

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

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

 a { background-color: rgb(109,202,112); }

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

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

 span { border-color: rgb(109,202,112); }

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