#6DA46B

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

Shades of Fern #6DA46B

Tints of Fern #6DA46B

Color information

#6DA46B (or 0x6DA46B) is unknown color: approx Fern. HEX triplet: 6D, A4 and 6B. RGB value is (109,164,107). Sum of RGB (Red+Green+Blue) = 109+164+107=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA46B is #925B94. Grayscale: #8D8D8D. Windows color (decimal): -9591701 or 7054445. OLE color: 7054445.

HSL color Cylindrical-coordinate representation of color #6DA46B: hue angle of 117.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA46B is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB109164107-
CMYK0.3400.350.36
HSL117.89º23.85%53.14%-
HSV(B)117.89º34.76%64.31%-
XYZ22.2430.8618.7-
YUV141.06108.78105.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=28.68%
G=43.16%
B=28.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641070.3400.350.36117.8923.8553.14
Hex6DA46B2202324761835
Octal15524415342043441663065
Binary11011011010010011010111000100100011100100111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,107); }

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

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

 a { background-color: rgb(109,164,107); }

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

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

 span { border-color: rgb(109,164,107); }

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