#56AC67

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

Shades of Fern #56AC67

Tints of Fern #56AC67

Color information

#56AC67 (or 0x56AC67) is unknown color: approx Fern. HEX triplet: 56, AC and 67. RGB value is (86,172,103). Sum of RGB (Red+Green+Blue) = 86+172+103=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC67 is #A95398. Grayscale: #8A8A8A. Windows color (decimal): -11096985 or 6794326. OLE color: 6794326.

HSL color Cylindrical-coordinate representation of color #56AC67: hue angle of 131.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AC67 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB86172103-
CMYK0.500.400.33
HSL131.86º34.13%50.59%-
HSV(B)131.86º50%67.45%-
XYZ21.0432.4617.99-
YUV138.42108.0190.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=23.82%
G=47.65%
B=28.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861721030.500.400.33131.8634.1350.59
Hex56AC673202821842233
Octal12625414762050412044263
Binary1010110101011001100111110010010100010000110000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AC67; }

 p { color: rgb(86,172,103); }

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

<style>
 a { background-color: #56AC67; }

 a { background-color: rgb(86,172,103); }

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

<style>
 span { border-color: #56AC67; }

 span { border-color: rgb(86,172,103); }

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