#60A14D

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

Shades of Apple #60A14D

Tints of Apple #60A14D

Color information

#60A14D (or 0x60A14D) is unknown color: approx Apple. HEX triplet: 60, A1 and 4D. RGB value is (96,161,77). Sum of RGB (Red+Green+Blue) = 96+161+77=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #60A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A14D is #9F5EB2. Grayscale: #848484. Windows color (decimal): -10444467 or 5087584. OLE color: 5087584.

HSL color Cylindrical-coordinate representation of color #60A14D: hue angle of 106.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A14D is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB9616177-
CMYK0.4000.520.37
HSL106.43º35.29%46.67%-
HSV(B)106.43º52.17%63.14%-
XYZ18.9128.5111.53-
YUV131.9996.97102.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=28.74%
G=48.20%
B=23.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96161770.4000.520.37106.4335.2946.67
Hex60A14D28034256a232f
Octal14024111550064451524357
Binary110000010100001100110110100001101001001011101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,161,77); }

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

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

 a { background-color: rgb(96,161,77); }

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

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

 span { border-color: rgb(96,161,77); }

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