#60A65C

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

Shades of Fruit Salad #60A65C

Tints of Fruit Salad #60A65C

Color information

#60A65C (or 0x60A65C) is unknown color: approx Fruit Salad. HEX triplet: 60, A6 and 5C. RGB value is (96,166,92). Sum of RGB (Red+Green+Blue) = 96+166+92=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #60A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A65C is #9F59A3. Grayscale: #888888. Windows color (decimal): -10443172 or 6071904. OLE color: 6071904.

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

Color convert

RGB9616692-
CMYK0.4200.450.35
HSL116.76º29.37%50.59%-
HSV(B)116.76º44.58%65.1%-
XYZ20.3930.5314.94-
YUV136.63102.8199.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=27.12%
G=46.89%
B=25.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96166920.4200.450.35116.7629.3750.59
Hex60A65C2A02D23751d33
Octal14024613452055431653563
Binary11000001010011010111001010100101101100011111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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