#60AF56

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

Shades of Apple #60AF56

Tints of Apple #60AF56

Color information

#60AF56 (or 0x60AF56) is unknown color: approx Apple. HEX triplet: 60, AF and 56. RGB value is (96,175,86). Sum of RGB (Red+Green+Blue) = 96+175+86=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF56 is #9F50A9. Grayscale: #8D8D8D. Windows color (decimal): -10440874 or 5680992. OLE color: 5680992.

HSL color Cylindrical-coordinate representation of color #60AF56: hue angle of 113.26º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60AF56 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB9617586-
CMYK0.4500.510.31
HSL113.26º35.74%51.18%-
HSV(B)113.26º50.86%68.63%-
XYZ21.8333.8214.18-
YUV141.2396.8395.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=26.89%
G=49.02%
B=24.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96175860.4500.510.31113.2635.7451.18
Hex60AF562D0331F712433
Octal14025712655063371614463
Binary11000001010111110101101011010110011111111110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,86); }

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

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

 a { background-color: rgb(96,175,86); }

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

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

 span { border-color: rgb(96,175,86); }

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