#6FB775

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

Shades of Fern #6FB775

Tints of Fern #6FB775

Color information

#6FB775 (or 0x6FB775) is unknown color: approx Fern. HEX triplet: 6F, B7 and 75. RGB value is (111,183,117). Sum of RGB (Red+Green+Blue) = 111+183+117=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB775 is #90488A. Grayscale: #9A9A9A. Windows color (decimal): -9455755 or 7714671. OLE color: 7714671.

HSL color Cylindrical-coordinate representation of color #6FB775: hue angle of 125º 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 #6FB775 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB111183117-
CMYK0.3900.360.28
HSL125º33.33%57.65%-
HSV(B)125º39.34%71.76%-
XYZ26.738.5322.86-
YUV153.95107.1597.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.01%
GREEN value IS 183 (71.88% from 255) = 44.53%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=27.01%
G=44.53%
B=28.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831170.3900.360.2812533.3357.65
Hex6FB775270241C7d213a
Octal15726716547044341754172
Binary11011111011011111101011001110100100111001111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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