#6DBA74

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

Shades of Fern #6DBA74

Tints of Fern #6DBA74

Color information

#6DBA74 (or 0x6DBA74) is unknown color: approx Fern. HEX triplet: 6D, BA and 74. RGB value is (109,186,116). Sum of RGB (Red+Green+Blue) = 109+186+116=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA74 is #92458B. Grayscale: #9B9B9B. Windows color (decimal): -9586060 or 7649901. OLE color: 7649901.

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

Color convert

RGB109186116-
CMYK0.4100.380.27
HSL125.45º35.81%57.84%-
HSV(B)125.45º41.4%72.94%-
XYZ27.0239.6322.75-
YUV155105.9995.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=26.52%
G=45.26%
B=28.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091861160.4100.380.27125.4535.8157.84
Hex6DBA74290261B7d243a
Octal15527216451046331754472
Binary11011011011101011101001010010100110110111111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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