#6FBA7D

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

Shades of Fern #6FBA7D

Tints of Fern #6FBA7D

Color information

#6FBA7D (or 0x6FBA7D) is unknown color: approx Fern. HEX triplet: 6F, BA and 7D. RGB value is (111,186,125). Sum of RGB (Red+Green+Blue) = 111+186+125=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7D is #904582. Grayscale: #9C9C9C. Windows color (decimal): -9454979 or 8239727. OLE color: 8239727.

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

Color convert

RGB111186125-
CMYK0.4000.330.27
HSL131.2º35.21%58.24%-
HSV(B)131.2º40.32%72.94%-
XYZ27.8239.9825.65-
YUV156.62110.1595.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=26.30%
G=44.08%
B=29.62%

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
Decimal1111861250.4000.330.27131.235.2158.24
Hex6FBA7D280211B83233a
Octal15727217550041332034372
Binary110111110111010111110110100001000011101110000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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