#61B64D

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

Shades of Apple #61B64D

Tints of Apple #61B64D

Color information

#61B64D (or 0x61B64D) is unknown color: approx Apple. HEX triplet: 61, B6 and 4D. RGB value is (97,182,77). Sum of RGB (Red+Green+Blue) = 97+182+77=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #61B64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B64D is #9E49B2. Grayscale: #909090. Windows color (decimal): -10373555 or 5092961. OLE color: 5092961.

HSL color Cylindrical-coordinate representation of color #61B64D: hue angle of 108.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61B64D is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB9718277-
CMYK0.4700.580.29
HSL108.57º41.83%50.78%-
HSV(B)108.57º57.69%71.37%-
XYZ2336.5312.86-
YUV144.6189.8494.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=27.25%
G=51.12%
B=21.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97182770.4700.580.29108.5741.8350.78
Hex61B64D2F03A1D6d2a33
Octal14126611557072351555263
Binary11000011011011010011011011110111010111011101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,182,77); }

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

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

 a { background-color: rgb(97,182,77); }

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

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

 span { border-color: rgb(97,182,77); }

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