#61A244

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

Shades of Apple #61A244

Tints of Apple #61A244

Color information

#61A244 (or 0x61A244) is unknown color: approx Apple. HEX triplet: 61, A2 and 44. RGB value is (97,162,68). Sum of RGB (Red+Green+Blue) = 97+162+68=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #61A244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A244 is #9E5DBB. Grayscale: #848484. Windows color (decimal): -10378684 or 4498017. OLE color: 4498017.

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

Color convert

RGB9716268-
CMYK0.4000.580.36
HSL101.49º40.87%45.1%-
HSV(B)101.49º58.02%63.53%-
XYZ18.8928.810.03-
YUV131.8591.97103.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=29.66%
G=49.54%
B=20.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97162680.4000.580.36101.4940.8745.1
Hex61A2442803A2465292d
Octal14124210450072441455155
Binary110000110100010100010010100001110101001001100101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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