#6FBA7A

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

Shades of Fern #6FBA7A

Tints of Fern #6FBA7A

Color information

#6FBA7A (or 0x6FBA7A) is unknown color: approx Fern. HEX triplet: 6F, BA and 7A. RGB value is (111,186,122). Sum of RGB (Red+Green+Blue) = 111+186+122=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7A is #904585. Grayscale: #9C9C9C. Windows color (decimal): -9454982 or 8043119. OLE color: 8043119.

HSL color Cylindrical-coordinate representation of color #6FBA7A: hue angle of 128.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 #6FBA7A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB111186122-
CMYK0.4000.340.27
HSL128.8º35.21%58.24%-
HSV(B)128.8º40.32%72.94%-
XYZ27.6339.924.66-
YUV156.28108.6595.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.49%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=26.49%
G=44.39%
B=29.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861220.4000.340.27128.835.2158.24
Hex6FBA7A280221B81233a
Octal15727217250042332014372
Binary110111110111010111101010100001000101101110000001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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