#6FB971

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

Shades of Fern #6FB971

Tints of Fern #6FB971

Color information

#6FB971 (or 0x6FB971) is unknown color: approx Fern. HEX triplet: 6F, B9 and 71. RGB value is (111,185,113). Sum of RGB (Red+Green+Blue) = 111+185+113=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB971 is #90468E. Grayscale: #9A9A9A. Windows color (decimal): -9455247 or 7453039. OLE color: 7453039.

HSL color Cylindrical-coordinate representation of color #6FB971: hue angle of 121.62º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB971 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB111185113-
CMYK0.400.390.27
HSL121.62º34.58%58.04%-
HSV(B)121.62º40%72.55%-
XYZ26.8939.2721.79-
YUV154.67104.4896.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.14%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=27.14%
G=45.23%
B=27.63%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851130.400.390.27121.6234.5858.04
Hex6FB971280271B7a233a
Octal15727116150047331724372
Binary11011111011100111100011010000100111110111111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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