#60B945

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

Shades of Apple #60B945

Tints of Apple #60B945

Color information

#60B945 (or 0x60B945) is unknown color: approx Apple. HEX triplet: 60, B9 and 45. RGB value is (96,185,69). Sum of RGB (Red+Green+Blue) = 96+185+69=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #60B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B945 is #9F46BA. Grayscale: #919191. Windows color (decimal): -10438331 or 4569440. OLE color: 4569440.

HSL color Cylindrical-coordinate representation of color #60B945: hue angle of 106.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60B945 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB9618569-
CMYK0.4800.630.27
HSL106.03º45.67%49.8%-
HSV(B)106.03º62.7%72.55%-
XYZ23.2537.6111.67-
YUV145.1785.0192.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 185 (72.66% from 255) = 52.86%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=27.43%
G=52.86%
B=19.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96185690.4800.630.27106.0345.6749.8
Hex60B9453003F1B6a2e32
Octal14027110560077331525662
Binary11000001011100110001011100000111111110111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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