#57965F

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

Shades of Fruit Salad #57965F

Tints of Fruit Salad #57965F

Color information

#57965F (or 0x57965F) is unknown color: approx Fruit Salad. HEX triplet: 57, 96 and 5F. RGB value is (87,150,95). Sum of RGB (Red+Green+Blue) = 87+150+95=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #57965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57965F is #A869A0. Grayscale: #7D7D7D. Windows color (decimal): -11037089 or 6264407. OLE color: 6264407.

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

Color convert

RGB8715095-
CMYK0.4200.370.41
HSL127.62º26.58%46.47%-
HSV(B)127.62º42%58.82%-
XYZ16.924.6714.7-
YUV124.89111.13100.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=26.20%
G=45.18%
B=28.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87150950.4200.370.41127.6226.5846.47
Hex57965F2A02529801b2e
Octal12722613752045512003356
Binary101011110010110101111110101001001011010011000000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57965F; }

 p { color: rgb(87,150,95); }

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

<style>
 a { background-color: #57965F; }

 a { background-color: rgb(87,150,95); }

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

<style>
 span { border-color: #57965F; }

 span { border-color: rgb(87,150,95); }

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