#6EB470

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

Shades of Fern #6EB470

Tints of Fern #6EB470

Color information

#6EB470 (or 0x6EB470) is unknown color: approx Fern. HEX triplet: 6E, B4 and 70. RGB value is (110,180,112). Sum of RGB (Red+Green+Blue) = 110+180+112=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB470 is #914B8F. Grayscale: #979797. Windows color (decimal): -9522064 or 7386222. OLE color: 7386222.

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

Color convert

RGB110180112-
CMYK0.3900.380.29
HSL121.71º31.82%56.86%-
HSV(B)121.71º38.89%70.59%-
XYZ25.6837.1321.14-
YUV151.32105.8198.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.36%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=27.36%
G=44.78%
B=27.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801120.3900.380.29121.7131.8256.86
Hex6EB470270261D7a2039
Octal15626416047046351724071
Binary11011101011010011100001001110100110111011111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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