#61AC49

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

Shades of Apple #61AC49

Tints of Apple #61AC49

Color information

#61AC49 (or 0x61AC49) is unknown color: approx Apple. HEX triplet: 61, AC and 49. RGB value is (97,172,73). Sum of RGB (Red+Green+Blue) = 97+172+73=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC49 is #9E53B6. Grayscale: #8A8A8A. Windows color (decimal): -10376119 or 4828257. OLE color: 4828257.

HSL color Cylindrical-coordinate representation of color #61AC49: hue angle of 105.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61AC49 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB9717273-
CMYK0.4400.580.33
HSL105.45º40.41%48.04%-
HSV(B)105.45º57.56%67.45%-
XYZ20.8832.5311.48-
YUV138.2991.1598.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=28.36%
G=50.29%
B=21.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97172730.4400.580.33105.4540.4148.04
Hex61AC492C03A21692830
Octal14125411154072411515060
Binary110000110101100100100110110001110101000011101001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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