#6ABF71

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

Shades of Fern #6ABF71

Tints of Fern #6ABF71

Color information

#6ABF71 (or 0x6ABF71) is unknown color: approx Fern. HEX triplet: 6A, BF and 71. RGB value is (106,191,113). Sum of RGB (Red+Green+Blue) = 106+191+113=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF71 is #95408E. Grayscale: #9C9C9C. Windows color (decimal): -9781391 or 7454570. OLE color: 7454570.

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

Color convert

RGB106191113-
CMYK0.4500.410.25
HSL124.94º39.91%58.24%-
HSV(B)124.94º44.5%74.9%-
XYZ27.5641.5222.18-
YUV156.69103.3491.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=25.85%
G=46.59%
B=27.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911130.4500.410.25124.9439.9158.24
Hex6ABF712D029197d283a
Octal15227716155051311755072
Binary11010101011111111100011011010101001110011111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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