#6AA365

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

Shades of Fern #6AA365

Tints of Fern #6AA365

Color information

#6AA365 (or 0x6AA365) is unknown color: approx Fern. HEX triplet: 6A, A3 and 65. RGB value is (106,163,101). Sum of RGB (Red+Green+Blue) = 106+163+101=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA365 is #955C9A. Grayscale: #8B8B8B. Windows color (decimal): -9788571 or 6660970. OLE color: 6660970.

HSL color Cylindrical-coordinate representation of color #6AA365: hue angle of 115.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA365 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB106163101-
CMYK0.3500.380.36
HSL115.16º25.2%51.76%-
HSV(B)115.16º38.04%63.92%-
XYZ21.3930.217.01-
YUV138.89106.62104.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 163 (64.06% from 255) = 44.05%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=28.65%
G=44.05%
B=27.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061631010.3500.380.36115.1625.251.76
Hex6AA3652302624731934
Octal15224314543046441633164
Binary11010101010001111001011000110100110100100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,101); }

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

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

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

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

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

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

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