#6AA771

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

Shades of Fern #6AA771

Tints of Fern #6AA771

Color information

#6AA771 (or 0x6AA771) is unknown color: approx Fern. HEX triplet: 6A, A7 and 71. RGB value is (106,167,113). Sum of RGB (Red+Green+Blue) = 106+167+113=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA771 is #95588E. Grayscale: #8E8E8E. Windows color (decimal): -9787535 or 7448426. OLE color: 7448426.

HSL color Cylindrical-coordinate representation of color #6AA771: hue angle of 126.89º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA771 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB106167113-
CMYK0.3700.320.35
HSL126.89º25.74%53.53%-
HSV(B)126.89º36.53%65.49%-
XYZ22.7431.8920.58-
YUV142.6111.29101.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=27.46%
G=43.26%
B=29.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061671130.3700.320.35126.8925.7453.53
Hex6AA77125020237f1a36
Octal15224716145040431773266
Binary11010101010011111100011001010100000100011111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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