#56A75F

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

Shades of Fruit Salad #56A75F

Tints of Fruit Salad #56A75F

Color information

#56A75F (or 0x56A75F) is unknown color: approx Fruit Salad. HEX triplet: 56, A7 and 5F. RGB value is (86,167,95). Sum of RGB (Red+Green+Blue) = 86+167+95=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #56A75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A75F is #A958A0. Grayscale: #868686. Windows color (decimal): -11098273 or 6268758. OLE color: 6268758.

HSL color Cylindrical-coordinate representation of color #56A75F: hue angle of 126.67º 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 #56A75F is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB8616795-
CMYK0.4900.430.35
HSL126.67º32.02%49.61%-
HSV(B)126.67º48.5%65.49%-
XYZ19.7230.4415.66-
YUV134.57105.6693.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 167 (65.62% from 255) = 47.99%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=24.71%
G=47.99%
B=27.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86167950.4900.430.35126.6732.0249.61
Hex56A75F3102B237f2032
Octal12624713761053431774062
Binary101011010100111101111111000101010111000111111111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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