#61A64B

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

Shades of Apple #61A64B

Tints of Apple #61A64B

Color information

#61A64B (or 0x61A64B) is unknown color: approx Apple. HEX triplet: 61, A6 and 4B. RGB value is (97,166,75). Sum of RGB (Red+Green+Blue) = 97+166+75=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #61A64B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A64B is #9E59B4. Grayscale: #878787. Windows color (decimal): -10377653 or 4957793. OLE color: 4957793.

HSL color Cylindrical-coordinate representation of color #61A64B: hue angle of 105.49º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A64B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB9716675-
CMYK0.4200.550.35
HSL105.49º37.76%47.25%-
HSV(B)105.49º54.82%65.1%-
XYZ19.8430.3211.46-
YUV13594.14100.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=28.70%
G=49.11%
B=22.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97166750.4200.550.35105.4937.7647.25
Hex61A64B2A0372369262f
Octal14124611352067431514657
Binary110000110100110100101110101001101111000111101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,75); }

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

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

 a { background-color: rgb(97,166,75); }

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

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

 span { border-color: rgb(97,166,75); }

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