#6FB86F

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

Shades of Fern #6FB86F

Tints of Fern #6FB86F

Color information

#6FB86F (or 0x6FB86F) is unknown color: approx Fern. HEX triplet: 6F, B8 and 6F. RGB value is (111,184,111). Sum of RGB (Red+Green+Blue) = 111+184+111=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB86F is #904790. Grayscale: #9A9A9A. Windows color (decimal): -9455505 or 7321711. OLE color: 7321711.

HSL color Cylindrical-coordinate representation of color #6FB86F: hue angle of 120º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB86F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB111184111-
CMYK0.4000.400.28
HSL120º33.95%57.84%-
HSV(B)120º39.67%72.16%-
XYZ26.5738.8121.13-
YUV153.85103.8297.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=27.34%
G=45.32%
B=27.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111841110.4000.400.2812033.9557.84
Hex6FB86F280281C78223a
Octal15727015750050341704272
Binary11011111011100011011111010000101000111001111000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,111); }

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

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

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

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

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

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

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