#61aa50

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

Shades of Apple #61AA50

Tints of Apple #61AA50

Color information

#61AA50 (or 0x61AA50) is unknown color: approx Apple. HEX triplet: 61, AA and 50. RGB value is (97,170,80). Sum of RGB (Red+Green+Blue) = 97+170+80=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA50 is #9E55AF. Grayscale: #8A8A8A. Windows color (decimal): -10376624 or 5286497. OLE color: 5286497.

HSL color Cylindrical-coordinate representation of color #61AA50: hue angle of 108.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61AA50 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB9717080-
CMYK0.4300.530.33
HSL108.67º36%49.02%-
HSV(B)108.67º52.94%66.67%-
XYZ20.7531.8712.65-
YUV137.9195.3298.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=27.95%
G=48.99%
B=23.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97170800.4300.530.33108.673649.02
Hex61AA502B035216d2431
Octal14125212053065411554461
Binary110000110101010101000010101101101011000011101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61aa50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,80); }

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

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

 a { background-color: rgb(97,170,80); }

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

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

 span { border-color: rgb(97,170,80); }

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