#6FB375

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

Shades of Fern #6FB375

Tints of Fern #6FB375

Color information

#6FB375 (or 0x6FB375) is unknown color: approx Fern. HEX triplet: 6F, B3 and 75. RGB value is (111,179,117). Sum of RGB (Red+Green+Blue) = 111+179+117=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB375 is #904C8A. Grayscale: #979797. Windows color (decimal): -9456779 or 7713647. OLE color: 7713647.

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

Color convert

RGB111179117-
CMYK0.3800.350.30
HSL125.29º30.91%56.86%-
HSV(B)125.29º37.99%70.2%-
XYZ25.8936.922.59-
YUV151.6108.4799.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.27%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=27.27%
G=43.98%
B=28.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111791170.3800.350.30125.2930.9156.86
Hex6FB375260231E7d1f39
Octal15726316546043361753771
Binary1101111101100111110101100110010001111110111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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