#6EAA6A

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

Shades of Fern #6EAA6A

Tints of Fern #6EAA6A

Color information

#6EAA6A (or 0x6EAA6A) is unknown color: approx Fern. HEX triplet: 6E, AA and 6A. RGB value is (110,170,106). Sum of RGB (Red+Green+Blue) = 110+170+106=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAA6A is #915595. Grayscale: #909090. Windows color (decimal): -9524630 or 6990446. OLE color: 6990446.

HSL color Cylindrical-coordinate representation of color #6EAA6A: hue angle of 116.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EAA6A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB110170106-
CMYK0.3500.380.33
HSL116.25º27.35%54.12%-
HSV(B)116.25º37.65%66.67%-
XYZ23.4133.1118.79-
YUV144.76106.12103.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=28.50%
G=44.04%
B=27.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101701060.3500.380.33116.2527.3554.12
Hex6EAA6A2302621741b36
Octal15625215243046411643366
Binary11011101010101011010101000110100110100001111010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,170,106); }

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

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

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

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

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

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

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