#6EB475

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

Shades of Fern #6EB475

Tints of Fern #6EB475

Color information

#6EB475 (or 0x6EB475) is unknown color: approx Fern. HEX triplet: 6E, B4 and 75. RGB value is (110,180,117). Sum of RGB (Red+Green+Blue) = 110+180+117=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB475 is #914B8A. Grayscale: #989898. Windows color (decimal): -9522059 or 7713902. OLE color: 7713902.

HSL color Cylindrical-coordinate representation of color #6EB475: hue angle of 126º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB475 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB110180117-
CMYK0.3900.350.29
HSL126º31.82%56.86%-
HSV(B)126º38.89%70.59%-
XYZ25.9637.2422.65-
YUV151.89108.3198.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=27.03%
G=44.23%
B=28.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801170.3900.350.2912631.8256.86
Hex6EB475270231D7e2039
Octal15626416547043351764071
Binary11011101011010011101011001110100011111011111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,180,117); }

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

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

 a { background-color: rgb(110,180,117); }

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

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

 span { border-color: rgb(110,180,117); }

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