Html Css Color HEX #60A659 Fruit Salad

📋 copy color: '#60A659'

red 96 ◦ green 166 ◦ blue 89

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

Shades of Fruit Salad #60A659

Tints of Fruit Salad #60A659

RGB

 RED value IS 96 (37.89% from 255) = 27.35%

 GREEN value IS 166 (65.23% from 255) = 47.29%

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 27.35%
G = 47.29%
B = 25.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#60A659 (or 0x60A659) is known color: Fruit Salad. HEX triplet: 60, A6 and 59. RGB value is (96,166,89). Sum of RGB (Red+Green+Blue) = 96+166+89=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #60A659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A659 is #9F59A6. Grayscale: #888888. Windows color (decimal): -10443175 or 5875296. OLE color: 5875296.

HSL color Cylindrical-coordinate representation of color #60A659: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60A659 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 166 89 -
CMYK 0.42 0 0.46 0.35
HSL 114.55º 0.3% 0.5% -
HSV(B) 114.55º 0.46% 0.65% -
XYZ 20.26 30.48 14.27 -
YUV 136.29 101.31 99.26 -
System Red Green Blue C M Y K H S L
Decimal 96 166 89 0.42 0 0.46 0.35 114.55 0.3 0.5
Hex 60 A6 59 2A 0 2E 23 73 1E 32
Octal 140 246 131 52 0 56 43 163 36 62
Binary 1100000 10100110 1011001 101010 0 101110 100011 1110011 11110 110010

Color Harmonies of #60A659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A659

Black with #60A659

Text Example


Text Example

White with #60A659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A659; }

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

 H1.HeaderClassName
 {
   color: #60A659;
 }
 .AnyTagClassName
 {
   color: #60A659;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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