#60A350

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

Shades of Apple #60A350

Tints of Apple #60A350

Color information

#60A350 (or 0x60A350) is unknown color: approx Apple. HEX triplet: 60, A3 and 50. RGB value is (96,163,80). Sum of RGB (Red+Green+Blue) = 96+163+80=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #60A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A350 is #9F5CAF. Grayscale: #858585. Windows color (decimal): -10443952 or 5284704. OLE color: 5284704.

HSL color Cylindrical-coordinate representation of color #60A350: hue angle of 108.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60A350 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB9616380-
CMYK0.4100.510.36
HSL108.43º34.16%47.65%-
HSV(B)108.43º50.92%63.92%-
XYZ19.3729.2612.22-
YUV133.597.8101.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=28.32%
G=48.08%
B=23.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96163800.4100.510.36108.4334.1647.65
Hex60A35029033246c2230
Octal14024312051063441544260
Binary110000010100011101000010100101100111001001101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,163,80); }

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

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

 a { background-color: rgb(96,163,80); }

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

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

 span { border-color: rgb(96,163,80); }

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