#6EC272

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

Shades of Fern #6EC272

Tints of Fern #6EC272

Color information

#6EC272 (or 0x6EC272) is unknown color: approx Fern. HEX triplet: 6E, C2 and 72. RGB value is (110,194,114). Sum of RGB (Red+Green+Blue) = 110+194+114=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC272 is #913D8D. Grayscale: #9F9F9F. Windows color (decimal): -9518478 or 7520878. OLE color: 7520878.

HSL color Cylindrical-coordinate representation of color #6EC272: hue angle of 122.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC272 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB110194114-
CMYK0.4300.410.24
HSL122.86º40.78%59.61%-
HSV(B)122.86º43.3%76.08%-
XYZ28.7643.1122.73-
YUV159.76102.1792.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=26.32%
G=46.41%
B=27.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941140.4300.410.24122.8640.7859.61
Hex6EC2722B029187b293c
Octal15630216253051301735174
Binary11011101100001011100101010110101001110001111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,194,114); }

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

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

 a { background-color: rgb(110,194,114); }

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

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

 span { border-color: rgb(110,194,114); }

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