#6FC270

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

Shades of Fern #6FC270

Tints of Fern #6FC270

Color information

#6FC270 (or 0x6FC270) is unknown color: approx Fern. HEX triplet: 6F, C2 and 70. RGB value is (111,194,112). Sum of RGB (Red+Green+Blue) = 111+194+112=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC270 is #903D8F. Grayscale: #A0A0A0. Windows color (decimal): -9452944 or 7389807. OLE color: 7389807.

HSL color Cylindrical-coordinate representation of color #6FC270: hue angle of 120.72º degrees, saturation: 0.4, 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 #6FC270 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB111194112-
CMYK0.4300.420.24
HSL120.72º40.49%59.8%-
HSV(B)120.72º42.78%76.08%-
XYZ28.7743.1322.14-
YUV159.8410193.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=26.62%
G=46.52%
B=26.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111941120.4300.420.24120.7240.4959.8
Hex6FC2702B02A1879283c
Octal15730216053052301715074
Binary11011111100001011100001010110101010110001111001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,194,112); }

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

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

 a { background-color: rgb(111,194,112); }

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

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

 span { border-color: rgb(111,194,112); }

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