#6AA86E

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

Shades of Fern #6AA86E

Tints of Fern #6AA86E

Color information

#6AA86E (or 0x6AA86E) is unknown color: approx Fern. HEX triplet: 6A, A8 and 6E. RGB value is (106,168,110). Sum of RGB (Red+Green+Blue) = 106+168+110=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA86E is #955791. Grayscale: #8F8F8F. Windows color (decimal): -9787282 or 7252074. OLE color: 7252074.

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

Color convert

RGB106168110-
CMYK0.3700.350.34
HSL123.87º26.27%53.73%-
HSV(B)123.87º36.9%65.88%-
XYZ22.7632.219.77-
YUV142.85109.46101.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=27.60%
G=43.75%
B=28.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061681100.3700.350.34123.8726.2753.73
Hex6AA86E25023227c1a36
Octal15225015645043421743266
Binary11010101010100011011101001010100011100010111110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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