#599F66

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

Shades of Fruit Salad #599F66

Tints of Fruit Salad #599F66

Color information

#599F66 (or 0x599F66) is unknown color: approx Fruit Salad. HEX triplet: 59, 9F and 66. RGB value is (89,159,102). Sum of RGB (Red+Green+Blue) = 89+159+102=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #599F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F66 is #A66099. Grayscale: #838383. Windows color (decimal): -10903706 or 6725465. OLE color: 6725465.

HSL color Cylindrical-coordinate representation of color #599F66: hue angle of 131.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F66 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB89159102-
CMYK0.4400.360.38
HSL131.14º28.23%48.63%-
HSV(B)131.14º44.03%62.35%-
XYZ18.9227.8816.95-
YUV131.57111.3197.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=25.43%
G=45.43%
B=29.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591020.4400.360.38131.1428.2348.63
Hex599F662C02426831c31
Octal13123714654044462033461
Binary101100110011111110011010110001001001001101000001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599F66; }

 p { color: rgb(89,159,102); }

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

<style>
 a { background-color: #599F66; }

 a { background-color: rgb(89,159,102); }

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

<style>
 span { border-color: #599F66; }

 span { border-color: rgb(89,159,102); }

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