#60A045

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

Shades of Apple #60A045

Tints of Apple #60A045

Color information

#60A045 (or 0x60A045) is unknown color: approx Apple. HEX triplet: 60, A0 and 45. RGB value is (96,160,69). Sum of RGB (Red+Green+Blue) = 96+160+69=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #60A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A045 is #9F5FBA. Grayscale: #828282. Windows color (decimal): -10444731 or 4563040. OLE color: 4563040.

HSL color Cylindrical-coordinate representation of color #60A045: hue angle of 102.2º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A045 is Cyan = 0.4, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB9616069-
CMYK0.400.570.37
HSL102.2º39.74%44.9%-
HSV(B)102.2º56.88%62.75%-
XYZ18.4728.0610.07-
YUV130.4993.3103.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=29.54%
G=49.23%
B=21.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96160690.400.570.37102.239.7444.9
Hex60A045280392566282d
Octal14024010550071451465055
Binary110000010100000100010110100001110011001011100110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,160,69); }

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

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

 a { background-color: rgb(96,160,69); }

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

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

 span { border-color: rgb(96,160,69); }

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