#6ABE71

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

Shades of Fern #6ABE71

Tints of Fern #6ABE71

Color information

#6ABE71 (or 0x6ABE71) is unknown color: approx Fern. HEX triplet: 6A, BE and 71. RGB value is (106,190,113). Sum of RGB (Red+Green+Blue) = 106+190+113=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE71 is #95418E. Grayscale: #9C9C9C. Windows color (decimal): -9781647 or 7454314. OLE color: 7454314.

HSL color Cylindrical-coordinate representation of color #6ABE71: hue angle of 125º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABE71 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB106190113-
CMYK0.4400.410.25
HSL125º39.25%58.04%-
HSV(B)125º44.21%74.51%-
XYZ27.3441.0822.11-
YUV156.11103.6792.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.92%
GREEN value IS 190 (74.61% from 255) = 46.45%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=25.92%
G=46.45%
B=27.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901130.4400.410.2512539.2558.04
Hex6ABE712C029197d273a
Octal15227616154051311754772
Binary11010101011111011100011011000101001110011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,190,113); }

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

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

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

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

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

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

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