#6EC970

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

Shades of Fern #6EC970

Tints of Fern #6EC970

Color information

#6EC970 (or 0x6EC970) is unknown color: approx Fern. HEX triplet: 6E, C9 and 70. RGB value is (110,201,112). Sum of RGB (Red+Green+Blue) = 110+201+112=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC970 is #91368F. Grayscale: #A3A3A3. Windows color (decimal): -9516688 or 7391598. OLE color: 7391598.

HSL color Cylindrical-coordinate representation of color #6EC970: hue angle of 121.32º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC970 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB110201112-
CMYK0.4500.440.21
HSL121.32º45.73%60.98%-
HSV(B)121.32º45.27%78.82%-
XYZ30.2446.2622.66-
YUV163.6598.8589.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 201 (78.91% from 255) = 47.52%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=26.00%
G=47.52%
B=26.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1102011120.4500.440.21121.3245.7360.98
Hex6EC9702D02C15792e3d
Octal15631116055054251715675
Binary11011101100100111100001011010101100101011111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,201,112); }

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

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

 a { background-color: rgb(110,201,112); }

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

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

 span { border-color: rgb(110,201,112); }

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