#6AAE72

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

Shades of Fern #6AAE72

Tints of Fern #6AAE72

Color information

#6AAE72 (or 0x6AAE72) is unknown color: approx Fern. HEX triplet: 6A, AE and 72. RGB value is (106,174,114). Sum of RGB (Red+Green+Blue) = 106+174+114=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE72 is #95518D. Grayscale: #929292. Windows color (decimal): -9785742 or 7515754. OLE color: 7515754.

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

Color convert

RGB106174114-
CMYK0.3900.340.32
HSL127.06º29.57%54.9%-
HSV(B)127.06º39.08%68.24%-
XYZ24.1234.5521.32-
YUV146.83109.4798.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=26.90%
G=44.16%
B=28.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061741140.3900.340.32127.0629.5754.9
Hex6AAE7227022207f1e37
Octal15225616247042401773667
Binary11010101010111011100101001110100010100000111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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