#61A03D

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

Shades of Apple #61A03D

Tints of Apple #61A03D

Color information

#61A03D (or 0x61A03D) is unknown color: approx Apple. HEX triplet: 61, A0 and 3D. RGB value is (97,160,61). Sum of RGB (Red+Green+Blue) = 97+160+61=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #61A03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A03D is #9E5FC2. Grayscale: #828282. Windows color (decimal): -10379203 or 4038753. OLE color: 4038753.

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

Color convert

RGB9716061-
CMYK0.3900.620.37
HSL98.18º44.8%43.33%-
HSV(B)98.18º61.87%62.75%-
XYZ18.3428.028.86-
YUV129.8889.13104.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=30.50%
G=50.31%
B=19.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97160610.3900.620.3798.1844.843.33
Hex61A03D2703E25622d2b
Octal1412407547076451425553
Binary11000011010000011110110011101111101001011100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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