#599964

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

Shades of Fruit Salad #599964

Tints of Fruit Salad #599964

Color information

#599964 (or 0x599964) is unknown color: approx Fruit Salad. HEX triplet: 59, 99 and 64. RGB value is (89,153,100). Sum of RGB (Red+Green+Blue) = 89+153+100=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #599964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599964 is #A6669B. Grayscale: #7F7F7F. Windows color (decimal): -10905244 or 6592857. OLE color: 6592857.

HSL color Cylindrical-coordinate representation of color #599964: hue angle of 130.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599964 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB89153100-
CMYK0.4200.350.4
HSL130.31º26.45%47.45%-
HSV(B)130.31º41.83%60%-
XYZ17.8125.8316.1-
YUV127.82112.3100.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=26.02%
G=44.74%
B=29.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891531000.4200.350.4130.3126.4547.45
Hex5999642A02328821a2f
Octal13123114452043502023257
Binary101100110011001110010010101001000111010001000001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599964; }

 p { color: rgb(89,153,100); }

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

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

 a { background-color: rgb(89,153,100); }

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

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

 span { border-color: rgb(89,153,100); }

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