#6AAE6A

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

Shades of Fern #6AAE6A

Tints of Fern #6AAE6A

Color information

#6AAE6A (or 0x6AAE6A) is unknown color: approx Fern. HEX triplet: 6A, AE and 6A. RGB value is (106,174,106). Sum of RGB (Red+Green+Blue) = 106+174+106=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE6A is #955195. Grayscale: #929292. Windows color (decimal): -9785750 or 6991466. OLE color: 6991466.

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

Color convert

RGB106174106-
CMYK0.3900.390.32
HSL120º29.57%54.9%-
HSV(B)120º39.08%68.24%-
XYZ23.6834.3819.02-
YUV145.92105.4799.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=27.46%
G=45.08%
B=27.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061741060.3900.390.3212029.5754.9
Hex6AAE6A2702720781e37
Octal15225615247047401703667
Binary11010101010111011010101001110100111100000111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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