#60A54A

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

Shades of Apple #60A54A

Tints of Apple #60A54A

Color information

#60A54A (or 0x60A54A) is unknown color: approx Apple. HEX triplet: 60, A5 and 4A. RGB value is (96,165,74). Sum of RGB (Red+Green+Blue) = 96+165+74=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #60A54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A54A is #9F5AB5. Grayscale: #868686. Windows color (decimal): -10443446 or 4892000. OLE color: 4892000.

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

Color convert

RGB9616574-
CMYK0.4200.550.35
HSL105.49º38.08%46.86%-
HSV(B)105.49º55.15%64.71%-
XYZ19.5229.8911.22-
YUV13494.14100.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 165 (64.84% from 255) = 49.25%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=28.66%
G=49.25%
B=22.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96165740.4200.550.35105.4938.0846.86
Hex60A54A2A0372369262f
Octal14024511252067431514657
Binary110000010100101100101010101001101111000111101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,74); }

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

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

 a { background-color: rgb(96,165,74); }

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

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

 span { border-color: rgb(96,165,74); }

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