#6DAB71

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

Shades of Fern #6DAB71

Tints of Fern #6DAB71

Color information

#6DAB71 (or 0x6DAB71) is unknown color: approx Fern. HEX triplet: 6D, AB and 71. RGB value is (109,171,113). Sum of RGB (Red+Green+Blue) = 109+171+113=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB71 is #92548E. Grayscale: #929292. Windows color (decimal): -9589903 or 7449453. OLE color: 7449453.

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

Color convert

RGB109171113-
CMYK0.3600.340.33
HSL123.87º26.96%54.9%-
HSV(B)123.87º36.26%67.06%-
XYZ23.8533.5720.85-
YUV145.85109.46101.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=27.74%
G=43.51%
B=28.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711130.3600.340.33123.8726.9654.9
Hex6DAB7124022217c1b37
Octal15525316144042411743367
Binary11011011010101111100011001000100010100001111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,113); }

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

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

 a { background-color: rgb(109,171,113); }

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

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

 span { border-color: rgb(109,171,113); }

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