#6EAC70

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

Shades of Fern #6EAC70

Tints of Fern #6EAC70

Color information

#6EAC70 (or 0x6EAC70) is unknown color: approx Fern. HEX triplet: 6E, AC and 70. RGB value is (110,172,112). Sum of RGB (Red+Green+Blue) = 110+172+112=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAC70 is #91538F. Grayscale: #929292. Windows color (decimal): -9524112 or 7384174. OLE color: 7384174.

HSL color Cylindrical-coordinate representation of color #6EAC70: hue angle of 121.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAC70 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB110172112-
CMYK0.3600.350.33
HSL121.94º27.19%55.29%-
HSV(B)121.94º36.05%67.45%-
XYZ24.1133.9920.62-
YUV146.62108.46101.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=27.92%
G=43.65%
B=28.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101721120.3600.350.33121.9427.1955.29
Hex6EAC7024023217a1b37
Octal15625416044043411723367
Binary11011101010110011100001001000100011100001111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,112); }

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

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

 a { background-color: rgb(110,172,112); }

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

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

 span { border-color: rgb(110,172,112); }

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