#60B04D

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

Shades of Apple #60B04D

Tints of Apple #60B04D

Color information

#60B04D (or 0x60B04D) is unknown color: approx Apple. HEX triplet: 60, B0 and 4D. RGB value is (96,176,77). Sum of RGB (Red+Green+Blue) = 96+176+77=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #60B04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B04D is #9F4FB2. Grayscale: #8D8D8D. Windows color (decimal): -10440627 or 5091424. OLE color: 5091424.

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

Color convert

RGB9617677-
CMYK0.4500.560.31
HSL108.48º39.13%49.61%-
HSV(B)108.48º56.25%69.02%-
XYZ21.6934.0712.45-
YUV140.799296.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=27.51%
G=50.43%
B=22.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96176770.4500.560.31108.4839.1349.61
Hex60B04D2D0381F6c2732
Octal14026011555070371544762
Binary11000001011000010011011011010111000111111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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