#6DBA7E

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

Shades of Fern #6DBA7E

Tints of Fern #6DBA7E

Color information

#6DBA7E (or 0x6DBA7E) is unknown color: approx Fern. HEX triplet: 6D, BA and 7E. RGB value is (109,186,126). Sum of RGB (Red+Green+Blue) = 109+186+126=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA7E is #924581. Grayscale: #9C9C9C. Windows color (decimal): -9586050 or 8305261. OLE color: 8305261.

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

Color convert

RGB109186126-
CMYK0.4100.320.27
HSL133.25º35.81%57.84%-
HSV(B)133.25º41.4%72.94%-
XYZ27.6339.8825.98-
YUV156.14110.9994.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=25.89%
G=44.18%
B=29.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091861260.4100.320.27133.2535.8157.84
Hex6DBA7E290201B85243a
Octal15527217651040332054472
Binary110110110111010111111010100101000001101110000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,186,126); }

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

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

 a { background-color: rgb(109,186,126); }

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

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

 span { border-color: rgb(109,186,126); }

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