#6FB47D

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

Shades of Fern #6FB47D

Tints of Fern #6FB47D

Color information

#6FB47D (or 0x6FB47D) is unknown color: approx Fern. HEX triplet: 6F, B4 and 7D. RGB value is (111,180,125). Sum of RGB (Red+Green+Blue) = 111+180+125=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB47D is #904B82. Grayscale: #999999. Windows color (decimal): -9456515 or 8238191. OLE color: 8238191.

HSL color Cylindrical-coordinate representation of color #6FB47D: hue angle of 132.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB47D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB111180125-
CMYK0.3800.310.29
HSL132.17º31.51%57.06%-
HSV(B)132.17º38.33%70.59%-
XYZ26.5837.525.24-
YUV153.1112.1497.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=26.68%
G=43.27%
B=30.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801250.3800.310.29132.1731.5157.06
Hex6FB47D2601F1D842039
Octal15726417546037352044071
Binary11011111011010011111011001100111111110110000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,125); }

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

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

 a { background-color: rgb(111,180,125); }

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

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

 span { border-color: rgb(111,180,125); }

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