#6AAE71

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

Shades of Fern #6AAE71

Tints of Fern #6AAE71

Color information

#6AAE71 (or 0x6AAE71) is unknown color: approx Fern. HEX triplet: 6A, AE and 71. RGB value is (106,174,113). Sum of RGB (Red+Green+Blue) = 106+174+113=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE71 is #95518E. Grayscale: #929292. Windows color (decimal): -9785743 or 7450218. OLE color: 7450218.

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

Color convert

RGB106174113-
CMYK0.3900.350.32
HSL126.18º29.57%54.9%-
HSV(B)126.18º39.08%68.24%-
XYZ24.0634.5321.02-
YUV146.71108.9798.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=26.97%
G=44.27%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1061741130.3900.350.32126.1829.5754.9
Hex6AAE7127023207e1e37
Octal15225616147043401763667
Binary11010101010111011100011001110100011100000111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,113); }

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

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

 a { background-color: rgb(106,174,113); }

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

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

 span { border-color: rgb(106,174,113); }

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