Html Css Color HEX #599A64 Fruit Salad

📋 copy color: '#599A64'

red 89 ◦ green 154 ◦ blue 100

#599A64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #599A64

Tints of Fruit Salad #599A64

RGB

 RED value IS 89 (35.16% from 255) = 25.95%

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 25.95%
G = 44.9%
B = 29.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#599A64 (or 0x599A64) is known color: Fruit Salad. HEX triplet: 59, 9A and 64. RGB value is (89,154,100). Sum of RGB (Red+Green+Blue) = 89+154+100=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #599A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A64 is #A6659B. Grayscale: #808080. Windows color (decimal): -10904988 or 6593113. OLE color: 6593113.

HSL color Cylindrical-coordinate representation of color #599A64: hue angle of 130.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A64 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 100 -
CMYK 0.42 0 0.35 0.40
HSL 130.15º 0.27% 0.48% -
HSV(B) 130.15º 0.42% 0.6% -
XYZ 17.98 26.16 16.16 -
YUV 128.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 89 154 100 0.42 0 0.35 0.40 130.15 0.27 0.48
Hex 59 9A 64 2A 0 23 28 82 1B 30
Octal 131 232 144 52 0 43 50 202 33 60
Binary 1011001 10011010 1100100 101010 0 100011 101000 10000010 11011 110000

Color Harmonies of #599A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A64

Black with #599A64

Text Example


Text Example

White with #599A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #599A64;
 }
 .AnyTagClassName
 {
   color: #599A64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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