#56965C

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

Shades of Fruit Salad #56965C

Tints of Fruit Salad #56965C

Color information

#56965C (or 0x56965C) is unknown color: approx Fruit Salad. HEX triplet: 56, 96 and 5C. RGB value is (86,150,92). Sum of RGB (Red+Green+Blue) = 86+150+92=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #56965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56965C is #A969A3. Grayscale: #7C7C7C. Windows color (decimal): -11102628 or 6067798. OLE color: 6067798.

HSL color Cylindrical-coordinate representation of color #56965C: hue angle of 125.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56965C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB8615092-
CMYK0.4300.390.41
HSL125.62º27.12%46.27%-
HSV(B)125.62º42.67%58.82%-
XYZ16.6824.5613.99-
YUV124.25109.8100.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=26.22%
G=45.73%
B=28.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86150920.4300.390.41125.6227.1246.27
Hex56965C2B027297e1b2e
Octal12622613453047511763356
Binary10101101001011010111001010110100111101001111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56965C; }

 p { color: rgb(86,150,92); }

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

<style>
 a { background-color: #56965C; }

 a { background-color: rgb(86,150,92); }

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

<style>
 span { border-color: #56965C; }

 span { border-color: rgb(86,150,92); }

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