#56A761

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

Shades of Fruit Salad #56A761

Tints of Fruit Salad #56A761

Color information

#56A761 (or 0x56A761) is unknown color: approx Fruit Salad. HEX triplet: 56, A7 and 61. RGB value is (86,167,97). Sum of RGB (Red+Green+Blue) = 86+167+97=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #56A761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A761 is #A9589E. Grayscale: #878787. Windows color (decimal): -11098271 or 6399830. OLE color: 6399830.

HSL color Cylindrical-coordinate representation of color #56A761: hue angle of 128.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A761 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB8616797-
CMYK0.4900.420.35
HSL128.15º32.02%49.61%-
HSV(B)128.15º48.5%65.49%-
XYZ19.8130.4816.15-
YUV134.8106.6693.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=24.57%
G=47.71%
B=27.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86167970.4900.420.35128.1532.0249.61
Hex56A7613102A23802032
Octal12624714161052432004062
Binary1010110101001111100001110001010101010001110000000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,97); }

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

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

 a { background-color: rgb(86,167,97); }

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

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

 span { border-color: rgb(86,167,97); }

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