#61A94E

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

Shades of Apple #61A94E

Tints of Apple #61A94E

Color information

#61A94E (or 0x61A94E) is unknown color: approx Apple. HEX triplet: 61, A9 and 4E. RGB value is (97,169,78). Sum of RGB (Red+Green+Blue) = 97+169+78=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #61A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A94E is #9E56B1. Grayscale: #898989. Windows color (decimal): -10376882 or 5155169. OLE color: 5155169.

HSL color Cylindrical-coordinate representation of color #61A94E: hue angle of 107.47º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61A94E is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB9716978-
CMYK0.4300.540.34
HSL107.47º36.84%48.43%-
HSV(B)107.47º53.85%66.27%-
XYZ20.4931.4712.2-
YUV137.194.6599.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 169 (66.41% from 255) = 49.13%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=28.20%
G=49.13%
B=22.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97169780.4300.540.34107.4736.8448.43
Hex61A94E2B036226b2530
Octal14125111653066421534560
Binary110000110101001100111010101101101101000101101011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,78); }

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

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

 a { background-color: rgb(97,169,78); }

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

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

 span { border-color: rgb(97,169,78); }

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