#6FBA75

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

Shades of Fern #6FBA75

Tints of Fern #6FBA75

Color information

#6FBA75 (or 0x6FBA75) is unknown color: approx Fern. HEX triplet: 6F, BA and 75. RGB value is (111,186,117). Sum of RGB (Red+Green+Blue) = 111+186+117=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA75 is #90458A. Grayscale: #9B9B9B. Windows color (decimal): -9454987 or 7715439. OLE color: 7715439.

HSL color Cylindrical-coordinate representation of color #6FBA75: hue angle of 124.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA75 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB111186117-
CMYK0.4000.370.27
HSL124.8º35.21%58.24%-
HSV(B)124.8º40.32%72.94%-
XYZ27.3339.7823.07-
YUV155.71106.1596.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=26.81%
G=44.93%
B=28.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861170.4000.370.27124.835.2158.24
Hex6FBA75280251B7d233a
Octal15727216550045331754372
Binary11011111011101011101011010000100101110111111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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