#61a040

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

Shades of Apple #61A040

Tints of Apple #61A040

Color information

#61A040 (or 0x61A040) is unknown color: approx Apple. HEX triplet: 61, A0 and 40. RGB value is (97,160,64). Sum of RGB (Red+Green+Blue) = 97+160+64=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #61A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A040 is #9E5FBF. Grayscale: #828282. Windows color (decimal): -10379200 or 4235361. OLE color: 4235361.

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

Color convert

RGB9716064-
CMYK0.3900.60.37
HSL99.38º42.86%43.92%-
HSV(B)99.38º60%62.75%-
XYZ18.4328.059.29-
YUV130.2290.63104.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=30.22%
G=49.84%
B=19.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97160640.3900.60.3799.3842.8643.92
Hex61A0402703C25632b2c
Octal14124010047074451435354
Binary110000110100000100000010011101111001001011100011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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