#61A049

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

Shades of Apple #61A049

Tints of Apple #61A049

Color information

#61A049 (or 0x61A049) is unknown color: approx Apple. HEX triplet: 61, A0 and 49. RGB value is (97,160,73). Sum of RGB (Red+Green+Blue) = 97+160+73=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #61A049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A049 is #9E5FB6. Grayscale: #838383. Windows color (decimal): -10379191 or 4825185. OLE color: 4825185.

HSL color Cylindrical-coordinate representation of color #61A049: hue angle of 103.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61A049 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB9716073-
CMYK0.3900.540.37
HSL103.45º37.34%45.69%-
HSV(B)103.45º54.37%62.75%-
XYZ18.728.1610.75-
YUV131.2495.13103.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=29.39%
G=48.48%
B=22.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97160730.3900.540.37103.4537.3445.69
Hex61A049270362567252e
Octal14124011147066451474556
Binary110000110100000100100110011101101101001011100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A049; }

 p { color: rgb(97,160,73); }

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

<style>
 a { background-color: #61A049; }

 a { background-color: rgb(97,160,73); }

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

<style>
 span { border-color: #61A049; }

 span { border-color: rgb(97,160,73); }

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