#61aa3a

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

Shades of Apple #61AA3A

Tints of Apple #61AA3A

Color information

#61AA3A (or 0x61AA3A) is unknown color: approx Apple. HEX triplet: 61, AA and 3A. RGB value is (97,170,58). Sum of RGB (Red+Green+Blue) = 97+170+58=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AA3A is #9E55C5. Grayscale: #878787. Windows color (decimal): -10376646 or 3844705. OLE color: 3844705.

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

Color convert

RGB9717058-
CMYK0.4300.660.33
HSL99.11º49.12%44.71%-
HSV(B)99.11º65.88%66.67%-
XYZ20.0731.69.04-
YUV135.484.32100.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=29.85%
G=52.31%
B=17.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97170580.4300.660.3399.1149.1244.71
Hex61AA3A2B0422163312d
Octal14125272530102411436155
Binary110000110101010111010101011010000101000011100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61aa3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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