#6BAC6F

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

Shades of Fern #6BAC6F

Tints of Fern #6BAC6F

Color information

#6BAC6F (or 0x6BAC6F) is unknown color: approx Fern. HEX triplet: 6B, AC and 6F. RGB value is (107,172,111). Sum of RGB (Red+Green+Blue) = 107+172+111=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC6F is #945390. Grayscale: #919191. Windows color (decimal): -9720721 or 7318635. OLE color: 7318635.

HSL color Cylindrical-coordinate representation of color #6BAC6F: hue angle of 123.69º 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 #6BAC6F is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB107172111-
CMYK0.3800.350.33
HSL123.69º28.14%54.71%-
HSV(B)123.69º37.79%67.45%-
XYZ23.6933.7820.31-
YUV145.61108.47100.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=27.44%
G=44.10%
B=28.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721110.3800.350.33123.6928.1454.71
Hex6BAC6F26023217c1c37
Octal15325415746043411743467
Binary11010111010110011011111001100100011100001111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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