#6FBA7C

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

Shades of Fern #6FBA7C

Tints of Fern #6FBA7C

Color information

#6FBA7C (or 0x6FBA7C) is unknown color: approx Fern. HEX triplet: 6F, BA and 7C. RGB value is (111,186,124). Sum of RGB (Red+Green+Blue) = 111+186+124=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7C is #904583. Grayscale: #9C9C9C. Windows color (decimal): -9454980 or 8174191. OLE color: 8174191.

HSL color Cylindrical-coordinate representation of color #6FBA7C: hue angle of 130.4º 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 #6FBA7C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB111186124-
CMYK0.4000.330.27
HSL130.4º35.21%58.24%-
HSV(B)130.4º40.32%72.94%-
XYZ27.7539.9525.32-
YUV156.51109.6595.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=26.37%
G=44.18%
B=29.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861240.4000.330.27130.435.2158.24
Hex6FBA7C280211B82233a
Octal15727217450041332024372
Binary110111110111010111110010100001000011101110000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,124); }

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

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

 a { background-color: rgb(111,186,124); }

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

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

 span { border-color: rgb(111,186,124); }

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