#6AB265

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

Shades of Fern #6AB265

Tints of Fern #6AB265

Color information

#6AB265 (or 0x6AB265) is unknown color: approx Fern. HEX triplet: 6A, B2 and 65. RGB value is (106,178,101). Sum of RGB (Red+Green+Blue) = 106+178+101=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB265 is #954D9A. Grayscale: #939393. Windows color (decimal): -9784731 or 6664810. OLE color: 6664810.

HSL color Cylindrical-coordinate representation of color #6AB265: hue angle of 116.1º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB265 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB106178101-
CMYK0.4000.430.30
HSL116.1º33.33%54.71%-
HSV(B)116.1º43.26%69.8%-
XYZ24.2135.8417.95-
YUV147.69101.6598.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=27.53%
G=46.23%
B=26.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061781010.4000.430.30116.133.3354.71
Hex6AB2652802B1E742137
Octal15226214550053361644167
Binary11010101011001011001011010000101011111101110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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