#6FB778

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

Shades of Fern #6FB778

Tints of Fern #6FB778

Color information

#6FB778 (or 0x6FB778) is unknown color: approx Fern. HEX triplet: 6F, B7 and 78. RGB value is (111,183,120). Sum of RGB (Red+Green+Blue) = 111+183+120=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB778 is #904887. Grayscale: #9A9A9A. Windows color (decimal): -9455752 or 7911279. OLE color: 7911279.

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

Color convert

RGB111183120-
CMYK0.3900.340.28
HSL127.5º33.33%57.65%-
HSV(B)127.5º39.34%71.76%-
XYZ26.8838.623.8-
YUV154.29108.6597.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=26.81%
G=44.20%
B=28.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831200.3900.340.28127.533.3357.65
Hex6FB778270221C80213a
Octal15726717047042342004172
Binary110111110110111111100010011101000101110010000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,120); }

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

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

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

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

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

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

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