#61A444

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

Shades of Apple #61A444

Tints of Apple #61A444

Color information

#61A444 (or 0x61A444) is unknown color: approx Apple. HEX triplet: 61, A4 and 44. RGB value is (97,164,68). Sum of RGB (Red+Green+Blue) = 97+164+68=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #61A444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A444 is #9E5BBB. Grayscale: #858585. Windows color (decimal): -10378172 or 4498529. OLE color: 4498529.

HSL color Cylindrical-coordinate representation of color #61A444: hue angle of 101.88º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A444 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB9716468-
CMYK0.4100.590.36
HSL101.88º41.38%45.49%-
HSV(B)101.88º58.54%64.31%-
XYZ19.2529.5110.15-
YUV133.0291.3102.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 164 (64.45% from 255) = 49.85%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=29.48%
G=49.85%
B=20.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97164680.4100.590.36101.8841.3845.49
Hex61A4442903B2466292d
Octal14124410451073441465155
Binary110000110100100100010010100101110111001001100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,164,68); }

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

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

 a { background-color: rgb(97,164,68); }

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

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

 span { border-color: rgb(97,164,68); }

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