#599F60

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

Shades of Fruit Salad #599F60

Tints of Fruit Salad #599F60

Color information

#599F60 (or 0x599F60) is unknown color: approx Fruit Salad. HEX triplet: 59, 9F and 60. RGB value is (89,159,96). Sum of RGB (Red+Green+Blue) = 89+159+96=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #599F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F60 is #A6609F. Grayscale: #838383. Windows color (decimal): -10903712 or 6332249. OLE color: 6332249.

HSL color Cylindrical-coordinate representation of color #599F60: hue angle of 126º 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 #599F60 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB8915996-
CMYK0.4400.400.38
HSL126º28.23%48.63%-
HSV(B)126º44.03%62.35%-
XYZ18.6327.7615.44-
YUV130.89108.3198.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=25.87%
G=46.22%
B=27.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89159960.4400.400.3812628.2348.63
Hex599F602C028267e1c31
Octal13123714054050461763461
Binary10110011001111111000001011000101000100110111111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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