#61A346

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

Shades of Apple #61A346

Tints of Apple #61A346

Color information

#61A346 (or 0x61A346) is unknown color: approx Apple. HEX triplet: 61, A3 and 46. RGB value is (97,163,70). Sum of RGB (Red+Green+Blue) = 97+163+70=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #61A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A346 is #9E5CB9. Grayscale: #848484. Windows color (decimal): -10378426 or 4629345. OLE color: 4629345.

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

Color convert

RGB9716370-
CMYK0.4000.570.36
HSL102.58º39.91%45.69%-
HSV(B)102.58º57.06%63.92%-
XYZ19.1329.1810.42-
YUV132.6692.63102.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=29.39%
G=49.39%
B=21.21%

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
Decimal97163700.4000.570.36102.5839.9145.69
Hex61A346280392467282e
Octal14124310650071441475056
Binary110000110100011100011010100001110011001001100111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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