#6DBA7A

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

Shades of Fern #6DBA7A

Tints of Fern #6DBA7A

Color information

#6DBA7A (or 0x6DBA7A) is unknown color: approx Fern. HEX triplet: 6D, BA and 7A. RGB value is (109,186,122). Sum of RGB (Red+Green+Blue) = 109+186+122=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA7A is #924585. Grayscale: #9B9B9B. Windows color (decimal): -9586054 or 8043117. OLE color: 8043117.

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

Color convert

RGB109186122-
CMYK0.4100.340.27
HSL130.13º35.81%57.84%-
HSV(B)130.13º41.4%72.94%-
XYZ27.3839.7724.65-
YUV155.68108.9994.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=26.14%
G=44.60%
B=29.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091861220.4100.340.27130.1335.8157.84
Hex6DBA7A290221B82243a
Octal15527217251042332024472
Binary110110110111010111101010100101000101101110000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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