#60A85A

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

Shades of Fruit Salad #60A85A

Tints of Fruit Salad #60A85A

Color information

#60A85A (or 0x60A85A) is unknown color: approx Fruit Salad. HEX triplet: 60, A8 and 5A. RGB value is (96,168,90). Sum of RGB (Red+Green+Blue) = 96+168+90=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #60A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A85A is #9F57A5. Grayscale: #898989. Windows color (decimal): -10442662 or 5941344. OLE color: 5941344.

HSL color Cylindrical-coordinate representation of color #60A85A: hue angle of 115.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60A85A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB9616890-
CMYK0.4300.460.34
HSL115.38º30.95%50.59%-
HSV(B)115.38º46.43%65.88%-
XYZ20.6731.2314.61-
YUV137.58101.1598.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=27.12%
G=47.46%
B=25.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal96168900.4300.460.34115.3830.9550.59
Hex60A85A2B02E22731f33
Octal14025013253056421633763
Binary11000001010100010110101010110101110100010111001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,168,90); }

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

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

 a { background-color: rgb(96,168,90); }

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

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

 span { border-color: rgb(96,168,90); }

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