#6EB471

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

Shades of Fern #6EB471

Tints of Fern #6EB471

Color information

#6EB471 (or 0x6EB471) is unknown color: approx Fern. HEX triplet: 6E, B4 and 71. RGB value is (110,180,113). Sum of RGB (Red+Green+Blue) = 110+180+113=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB471 is #914B8E. Grayscale: #979797. Windows color (decimal): -9522063 or 7451758. OLE color: 7451758.

HSL color Cylindrical-coordinate representation of color #6EB471: hue angle of 122.57º 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 #6EB471 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB110180113-
CMYK0.3900.370.29
HSL122.57º31.82%56.86%-
HSV(B)122.57º38.89%70.59%-
XYZ25.7337.1521.44-
YUV151.43106.3198.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.30%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=27.30%
G=44.67%
B=28.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801130.3900.370.29122.5731.8256.86
Hex6EB471270251D7b2039
Octal15626416147045351734071
Binary11011101011010011100011001110100101111011111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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