#6FAC71

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

Shades of Fern #6FAC71

Tints of Fern #6FAC71

Color information

#6FAC71 (or 0x6FAC71) is unknown color: approx Fern. HEX triplet: 6F, AC and 71. RGB value is (111,172,113). Sum of RGB (Red+Green+Blue) = 111+172+113=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC71 is #90538E. Grayscale: #939393. Windows color (decimal): -9458575 or 7449711. OLE color: 7449711.

HSL color Cylindrical-coordinate representation of color #6FAC71: hue angle of 121.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAC71 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB111172113-
CMYK0.3500.340.33
HSL121.97º26.87%55.49%-
HSV(B)121.97º35.47%67.45%-
XYZ24.2934.0820.92-
YUV147.04108.79102.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.03%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=28.03%
G=43.43%
B=28.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721130.3500.340.33121.9726.8755.49
Hex6FAC7123022217a1b37
Octal15725416143042411723367
Binary11011111010110011100011000110100010100001111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,113); }

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

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

 a { background-color: rgb(111,172,113); }

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

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

 span { border-color: rgb(111,172,113); }

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