#6FC770

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

Shades of Fern #6FC770

Tints of Fern #6FC770

Color information

#6FC770 (or 0x6FC770) is unknown color: approx Fern. HEX triplet: 6F, C7 and 70. RGB value is (111,199,112). Sum of RGB (Red+Green+Blue) = 111+199+112=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #6FC770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC770 is #90388F. Grayscale: #A3A3A3. Windows color (decimal): -9451664 or 7391087. OLE color: 7391087.

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

Color convert

RGB111199112-
CMYK0.4400.440.22
HSL120.68º44%60.78%-
HSV(B)120.68º44.22%78.04%-
XYZ29.945.422.52-
YUV162.7799.3591.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 199 (78.12% from 255) = 47.16%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=26.30%
G=47.16%
B=26.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111991120.4400.440.22120.684460.78
Hex6FC7702C02C16792c3d
Octal15730716054054261715475
Binary11011111100011111100001011000101100101101111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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