#6DC064

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

Shades of Fern #6DC064

Tints of Fern #6DC064

Color information

#6DC064 (or 0x6DC064) is unknown color: approx Fern. HEX triplet: 6D, C0 and 64. RGB value is (109,192,100). Sum of RGB (Red+Green+Blue) = 109+192+100=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC064 is #923F9B. Grayscale: #9C9C9C. Windows color (decimal): -9584540 or 6602861. OLE color: 6602861.

HSL color Cylindrical-coordinate representation of color #6DC064: hue angle of 114.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DC064 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB109192100-
CMYK0.4300.480.25
HSL114.13º42.2%57.25%-
HSV(B)114.13º47.92%75.29%-
XYZ27.4641.8718.69-
YUV156.79693.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 192 (75.39% from 255) = 47.88%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=27.18%
G=47.88%
B=24.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091921000.4300.480.25114.1342.257.25
Hex6DC0642B03019722a39
Octal15530014453060311625271
Binary11011011100000011001001010110110000110011110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,100); }

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

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

 a { background-color: rgb(109,192,100); }

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

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

 span { border-color: rgb(109,192,100); }

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