#60B42D

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

Shades of Apple #60B42D

Tints of Apple #60B42D

Color information

#60B42D (or 0x60B42D) is unknown color: approx Apple. HEX triplet: 60, B4 and 2D. RGB value is (96,180,45). Sum of RGB (Red+Green+Blue) = 96+180+45=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #60B42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B42D is #9F4BD2. Grayscale: #8B8B8B. Windows color (decimal): -10439635 or 2995296. OLE color: 2995296.

HSL color Cylindrical-coordinate representation of color #60B42D: hue angle of 97.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B42D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB9618045-
CMYK0.4700.750.29
HSL97.33º60%44.12%-
HSV(B)97.33º75%70.59%-
XYZ21.6235.328.16-
YUV139.4974.6796.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=29.91%
G=56.07%
B=14.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96180450.4700.750.2997.336044.12
Hex60B42D2F04B1D613c2c
Octal14026455570113351417454
Binary11000001011010010110110111101001011111011100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,45); }

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

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

 a { background-color: rgb(96,180,45); }

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

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

 span { border-color: rgb(96,180,45); }

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