#6EB476

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

Shades of Fern #6EB476

Tints of Fern #6EB476

Color information

#6EB476 (or 0x6EB476) is unknown color: approx Fern. HEX triplet: 6E, B4 and 76. RGB value is (110,180,118). Sum of RGB (Red+Green+Blue) = 110+180+118=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB476 is #914B89. Grayscale: #989898. Windows color (decimal): -9522058 or 7779438. OLE color: 7779438.

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

Color convert

RGB110180118-
CMYK0.3900.340.29
HSL126.86º31.82%56.86%-
HSV(B)126.86º38.89%70.59%-
XYZ26.0237.2722.96-
YUV152108.8198.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=26.96%
G=44.12%
B=28.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801180.3900.340.29126.8631.8256.86
Hex6EB476270221D7f2039
Octal15626416647042351774071
Binary11011101011010011101101001110100010111011111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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