#61A246

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

Shades of Apple #61A246

Tints of Apple #61A246

Color information

#61A246 (or 0x61A246) is unknown color: approx Apple. HEX triplet: 61, A2 and 46. RGB value is (97,162,70). Sum of RGB (Red+Green+Blue) = 97+162+70=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #61A246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A246 is #9E5DB9. Grayscale: #848484. Windows color (decimal): -10378682 or 4629089. OLE color: 4629089.

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

Color convert

RGB9716270-
CMYK0.4000.570.36
HSL102.39º39.66%45.49%-
HSV(B)102.39º56.79%63.53%-
XYZ18.9628.8210.36-
YUV132.0892.97102.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=29.48%
G=49.24%
B=21.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97162700.4000.570.36102.3939.6645.49
Hex61A246280392466282d
Octal14124210650071441465055
Binary110000110100010100011010100001110011001001100110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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