#6EA770

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

Shades of Fern #6EA770

Tints of Fern #6EA770

Color information

#6EA770 (or 0x6EA770) is unknown color: approx Fern. HEX triplet: 6E, A7 and 70. RGB value is (110,167,112). Sum of RGB (Red+Green+Blue) = 110+167+112=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #6EA770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA770 is #91588F. Grayscale: #8F8F8F. Windows color (decimal): -9525392 or 7382894. OLE color: 7382894.

HSL color Cylindrical-coordinate representation of color #6EA770: hue angle of 122.11º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA770 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB110167112-
CMYK0.3400.330.35
HSL122.11º24.46%54.31%-
HSV(B)122.11º34.13%65.49%-
XYZ23.1732.1220.31-
YUV143.69110.12103.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.28%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=28.28%
G=42.93%
B=28.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101671120.3400.330.35122.1124.4654.31
Hex6EA77022021237a1836
Octal15624716042041431723066
Binary11011101010011111100001000100100001100011111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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