#6BAC71

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

Shades of Fern #6BAC71

Tints of Fern #6BAC71

Color information

#6BAC71 (or 0x6BAC71) is unknown color: approx Fern. HEX triplet: 6B, AC and 71. RGB value is (107,172,113). Sum of RGB (Red+Green+Blue) = 107+172+113=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC71 is #94538E. Grayscale: #929292. Windows color (decimal): -9720719 or 7449707. OLE color: 7449707.

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

Color convert

RGB107172113-
CMYK0.3800.340.33
HSL125.54º28.14%54.71%-
HSV(B)125.54º37.79%67.45%-
XYZ23.833.8220.9-
YUV145.84109.47100.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=27.30%
G=43.88%
B=28.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721130.3800.340.33125.5428.1454.71
Hex6BAC7126022217e1c37
Octal15325416146042411763467
Binary11010111010110011100011001100100010100001111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,113); }

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

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

 a { background-color: rgb(107,172,113); }

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

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

 span { border-color: rgb(107,172,113); }

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