#6EAF7A

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

Shades of Fern #6EAF7A

Tints of Fern #6EAF7A

Color information

#6EAF7A (or 0x6EAF7A) is unknown color: approx Fern. HEX triplet: 6E, AF and 7A. RGB value is (110,175,122). Sum of RGB (Red+Green+Blue) = 110+175+122=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAF7A is #915085. Grayscale: #959595. Windows color (decimal): -9523334 or 8040302. OLE color: 8040302.

HSL color Cylindrical-coordinate representation of color #6EAF7A: hue angle of 131.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAF7A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB110175122-
CMYK0.3700.300.31
HSL131.08º28.89%55.88%-
HSV(B)131.08º37.14%68.63%-
XYZ25.2735.3823.91-
YUV149.52112.4799.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=27.03%
G=43.00%
B=29.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751220.3700.300.31131.0828.8955.88
Hex6EAF7A2501E1F831d38
Octal15625717245036372033570
Binary1101110101011111111010100101011110111111000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,122); }

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

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

 a { background-color: rgb(110,175,122); }

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

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

 span { border-color: rgb(110,175,122); }

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